mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 07:47:14 +03:00
eddn: Fix spelling mistake in a log message
This commit is contained in:
parent
ab9e5f7278
commit
3f0aefd671
@ -255,7 +255,7 @@ class EDDNSender:
|
||||
finally:
|
||||
# Best effort at removing the file/contents
|
||||
# NB: The legacy code assumed it could write to the file.
|
||||
logger.info("Converson` to `eddn_queue-v1.db` complete, removing `replay.jsonl`")
|
||||
logger.info("Conversion` to `eddn_queue-v1.db` complete, removing `replay.jsonl`")
|
||||
replay_file = open(filename, 'w') # Will truncate
|
||||
replay_file.close()
|
||||
os.unlink(filename)
|
||||
|
Loading…
x
Reference in New Issue
Block a user