Skip to content

Commit

Permalink
Arguments, how do they work? 🧲
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezzsim committed Nov 30, 2023
1 parent 797ba60 commit 85b541c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/generate_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
from tiled.client import Context, from_context
from tiled.server.app import build_app

uri = sys.argv[2]
print(sys.argv[1])
print(sys.argv[2])
uri = sys.argv[1]
catalog = from_uri(uri)
with Context.from_app(build_app(catalog)) as context:
client = from_context(context)
Expand Down

0 comments on commit 85b541c

Please sign in to comment.