Skip to content

Commit

Permalink
print static data again
Browse files Browse the repository at this point in the history
  • Loading branch information
the-infinity committed Feb 29, 2024
1 parent ecefa12 commit 34fac94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-pull-converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def main():
converter: PullConverter = get_converter(source_uid)

result: ImportSourceResult = converter.get_static_parking_sites()
# print_result(result)
print_result(result)

result: ImportSourceResult = converter.get_realtime_parking_sites()
print_result(result)
Expand Down

0 comments on commit 34fac94

Please sign in to comment.