mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-15 14:52:15 +03:00
fix more flake8 errors
This commit is contained in:
parent
1b37991016
commit
4dfcd91bcd
@ -1379,9 +1379,9 @@ 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]
|
||||||
|
|
||||||
# Another SystemAddress check, however: some events won't have it. Is it an issue?
|
# Another SystemAddress check, however: some events won't have it. Is it an issue?
|
||||||
if this.systemaddress is None or ('SystemAddress' in entry and this.systemaddress != entry['SystemAddress']):
|
if this.systemaddress is None or ('SystemAddress' in entry and this.systemaddress != entry['SystemAddress']):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user