mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 00:07:14 +03:00
protocol.py: Fix minor typo in logging
This commit is contained in:
parent
108205458b
commit
9c95a11b8f
@ -50,7 +50,7 @@ class GenericProtocolHandler:
|
||||
|
||||
logger.trace(f'Payload: {self.lastpayload}')
|
||||
if not config.shutting_down:
|
||||
logger.debug('event_generate("<<CompanionAuthEvent>>"')
|
||||
logger.debug('event_generate("<<CompanionAuthEvent>>")')
|
||||
self.master.event_generate('<<CompanionAuthEvent>>', when="tail")
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user