mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-09 11:52:27 +03:00
Fixed wording of comment on last_update_time
This commit is contained in:
parent
9b82464f88
commit
061fbddb2d
@ -50,7 +50,7 @@ this.loadout = None
|
|||||||
this.fleet = None
|
this.fleet = None
|
||||||
this.shipswap = False # just swapped ship
|
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
|
FLOOD_LIMIT_SECONDS = 45 # minimum time between sending non-major cargo triggered messages
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user