From 061fbddb2dd668f4496b2be43e869aa048c933de Mon Sep 17 00:00:00 2001 From: A_D Date: Fri, 10 Jul 2020 23:29:21 +0200 Subject: [PATCH] Fixed wording of comment on last_update_time --- plugins/inara.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inara.py b/plugins/inara.py index fe1a430c..45343484 100644 --- a/plugins/inara.py +++ b/plugins/inara.py @@ -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