Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions wplace-export.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ async def main():

bar.close()
print("Done")
print("Creating final image... ", end="")
print("Creating final image... ", end="", flush=True)

results = {coords: task.result() for coords, task in tasks.items()}
for coords, value in results.items():
Expand All @@ -174,4 +174,4 @@ async def main():
try:
asyncio.run(main())
except KeyboardInterrupt:
print("\nStopping")
print("\nStopping")