1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 01:22:19 +03:00

Fixed wording of comment on last_update_time

This commit is contained in:
A_D 2020-07-10 23:29:21 +02:00
parent 9b82464f88
commit 061fbddb2d
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4

View File

@ -50,7 +50,7 @@ this.loadout = None
this.fleet = None
this.shipswap = False # just swapped ship
this.last_update_time = time.time() # last time since we updated (set to now because we're going to update quickly)
this.last_update_time = time.time() # last time we updated (set to now because we're going to update quickly)
FLOOD_LIMIT_SECONDS = 45 # minimum time between sending non-major cargo triggered messages