1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-14 14:22:10 +03:00

fix more flake8 errors

This commit is contained in:
Chris Henning 2022-06-12 16:19:25 -04:00
parent 1b37991016
commit 4dfcd91bcd

View File

@ -1379,7 +1379,7 @@ class EDDN:
} }
} }
# Readd Horizons and Odyssey to the outer message not each signal # Readd Horizons and Odyssey to the outer message not each signal
for gamever in [ "horizons", "odyssey" ]: for gamever in ["horizons", "odyssey"]:
if gamever in entry and gamever not in msg: if gamever in entry and gamever not in msg:
msg[gamever] = entry[gamever] msg[gamever] = entry[gamever]