Skip to content

Commit

Permalink
Update octopoes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TwistMeister committed Nov 1, 2023
1 parent ea7b96f commit c08f95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopoes/octopoes/connector/octopoes.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def list(
) -> Paginated[OOIType]:
params = {
"types": [t.__name__ for t in types],
"valid_time": valid_time.isoformat(),
"valid_time": valid_time,
"offset": offset,
"limit": limit,
"scan_level": {s.value for s in scan_level},
Expand Down

0 comments on commit c08f95d

Please sign in to comment.