mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 07:47:14 +03:00
prefs.py: Fix overly long line (config constants renames)
This commit is contained in:
parent
06edcf3ea9
commit
871f50288e
4
prefs.py
4
prefs.py
@ -1221,7 +1221,9 @@ class PreferencesDialog(tk.Toplevel):
|
||||
(self.out_csv.get() and config.OUT_MKT_CSV) +
|
||||
(config.OUT_MKT_MANUAL if not self.out_auto.get() else 0) +
|
||||
(self.out_ship.get() and config.OUT_SHIP) +
|
||||
(config.get_int('output') & (config.OUT_EDDN_SEND_STATION_DATA | config.OUT_EDDN_SEND_NON_STATION | config.OUT_EDDN_DO_NOT_DELAY))
|
||||
(config.get_int('output') & (
|
||||
config.OUT_EDDN_SEND_STATION_DATA | config.OUT_EDDN_SEND_NON_STATION | config.OUT_EDDN_DO_NOT_DELAY
|
||||
))
|
||||
)
|
||||
|
||||
config.set(
|
||||
|
Loading…
x
Reference in New Issue
Block a user