diff --git a/service/settings.py b/service/settings.py index cf4b67b1..4b7ab198 100644 --- a/service/settings.py +++ b/service/settings.py @@ -20,6 +20,7 @@ import cPickle import os.path import urllib2 +import sys import config diff -uar pyfa-old/service/settings.py pyfa-9999/service/settings.py --- pyfa-old/service/settings.py 2017-03-19 00:01:08.627203666 -0400 +++ pyfa-9999/service/settings.py 2017-03-19 00:06:04.397202076 -0400 @@ -262,7 +262,8 @@ def __init__(self): serviceHTMLExportDefaultSettings = { "enabled": False, - "path" : config.pyfaPath + os.sep + 'pyfaFits.html', + "path": unicode(os.path.expanduser(os.path.join('~', 'pyfaFits.html')), sys.getfilesystemencoding()), + "website": "null-sec.com", "minimal": False } self.serviceHTMLExportSettings = SettingsProvider.getInstance().getSettings(