1
0
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:
Athanasius 2022-11-28 15:38:34 +00:00
parent ab9e5f7278
commit 3f0aefd671
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

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