mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-08 11:22:10 +03:00
Delete old pre-2.25 settings
This commit is contained in:
parent
e810b87dd4
commit
da76172dfa
@ -297,6 +297,9 @@ class AppWindow:
|
|||||||
prefs.migrate(data['commander']['name'])
|
prefs.migrate(data['commander']['name'])
|
||||||
except:
|
except:
|
||||||
if __debug__: print_exc()
|
if __debug__: print_exc()
|
||||||
|
config.delete('username')
|
||||||
|
config.delete('password')
|
||||||
|
config.delete('logdir')
|
||||||
|
|
||||||
# Check system time
|
# Check system time
|
||||||
drift = abs(time() - self.eddn.time())
|
drift = abs(time() - self.eddn.time())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user