Code cleanup, adapting modules for new web-ui

This commit is contained in:
Ace
2020-11-10 22:48:04 +01:00
parent 035ce65f06
commit b1c06b3add
26 changed files with 426 additions and 570 deletions

View File

@@ -52,7 +52,6 @@ class Inkycal:
with open(settings_path) as file:
settings = json.load(file)
self.settings = settings
#print(self.settings)
except FileNotFoundError:
print('No settings file found in specified location')