Skip to content

Commit

Permalink
new ver
Browse files Browse the repository at this point in the history
  • Loading branch information
GravitySucks authored and GravitySucks committed Jul 12, 2023
1 parent e9b95cd commit 3c20717
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gvol/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1619,4 +1619,5 @@ def options_cumulative_net_positioning_hist(
"""
return self._client.execute(
gql(queries.options_cumulative_net_positioning_hist),
variable_values={"symbol":symbol, "exchange":exchange, "dateStart":dateStart, "dateEnd":dateEnd}
variable_values={"symbol":symbol, "exchange":exchange, "dateStart":dateStart, "dateEnd":dateEnd}
)

0 comments on commit 3c20717

Please sign in to comment.