Added retry algorithm for put request and timestamps

This commit is contained in:
Davide Passoni
2024-03-08 09:24:52 +01:00
parent cc8c25a283
commit 0c8de2dcf3
2 changed files with 21 additions and 2 deletions

View File

@@ -74,7 +74,6 @@ else:
print(f"Total area: {int(area / 1e6)} square kilometers")
print(f"Estimated number of tiles: {tiles_num}")
print(f"Estimated number of screenshots: {screenshots_num}")
print(f"Estimated time to complete: {timedelta(seconds=total_time * 0.15)} (hh:mm:ss)")
input("Press enter to continue...")
map_generator.run(map_config, port)