1
0
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:
Athanasius 2020-07-24 22:01:29 +01:00
parent 7d060aa325
commit 8e1f3b8a90

View File

@ -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: