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

protocol.py: Fix minor typo in logging

This commit is contained in:
Athanasius 2021-06-19 14:04:43 +01:00
parent 108205458b
commit 9c95a11b8f

View File

@ -50,7 +50,7 @@ class GenericProtocolHandler:
logger.trace(f'Payload: {self.lastpayload}') logger.trace(f'Payload: {self.lastpayload}')
if not config.shutting_down: if not config.shutting_down:
logger.debug('event_generate("<<CompanionAuthEvent>>"') logger.debug('event_generate("<<CompanionAuthEvent>>")')
self.master.event_generate('<<CompanionAuthEvent>>', when="tail") self.master.event_generate('<<CompanionAuthEvent>>', when="tail")