1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 08:17:13 +03:00

Delete old pre-2.25 settings

This commit is contained in:
Jonathan Harris 2017-07-29 11:37:45 +01:00
parent e810b87dd4
commit da76172dfa

View File

@ -297,6 +297,9 @@ class AppWindow:
prefs.migrate(data['commander']['name'])
except:
if __debug__: print_exc()
config.delete('username')
config.delete('password')
config.delete('logdir')
# Check system time
drift = abs(time() - self.eddn.time())