mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-22 20:00:29 +03:00
plugins/inara: Fix typo on except:
This commit is contained in:
parent
7d060aa325
commit
8e1f3b8a90
@ -915,7 +915,7 @@ def worker():
|
||||
this.system_link.event_generate('<<InaraShip>>', when="tail") # calls update_ship in main thread
|
||||
|
||||
break
|
||||
except Exceptionas e:
|
||||
except Exception as e:
|
||||
logger.debug(f'Sending events', exc_info=e)
|
||||
retrying += 1
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user