diff --git a/src/constants.py b/src/constants.py index 56b6d3b..ff7c66a 100644 --- a/src/constants.py +++ b/src/constants.py @@ -1,6 +1,6 @@ from os import path, environ -DOCUMENTS_PATH = path.join(environ['USERPROFILE'], 'Documents', 'elmocut') +DOCUMENTS_PATH = path.join(environ['APPDATA'], 'elmocut') SETTINGS_PATH = path.join(DOCUMENTS_PATH, 'elmocut.json') TABLE_HEADER_LABELS = ['IP Address', 'MAC Address', 'Vendor', 'Type', 'Nickname'] @@ -26,4 +26,4 @@ SETTINGS_KEYS = ['dark', 'count', 'autostart', 'minimized', 'remember', 'killed', 'autoupdate', 'threads', 'iface', 'nicknames'] -SETTINGS_VALS = [True, 25, False, True, False, [], True, 12, '', {}] \ No newline at end of file +SETTINGS_VALS = [True, 25, False, True, False, [], True, 12, '', {}]