Add an option not to export charges to ESI

This commit is contained in:
DarkPhoenix
2020-06-15 23:38:07 +03:00
parent c38f05902a
commit b558ae3810
5 changed files with 20 additions and 8 deletions

View File

@@ -370,7 +370,8 @@ class EsiSettings:
"loginMode": 0,
"clientID": "",
"clientSecret": "",
"timeout": 60}
"timeout": 60,
"exportCharges": True}
self.settings = SettingsProvider.getInstance().getSettings(
"pyfaServiceEsiSettings",