Merge pull request #1102 from zwgshr/master

Fix the import path
This commit is contained in:
ZeroNet 2018-01-20 00:36:35 +01:00 committed by GitHub
commit 136772073d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ def main():
except Exception, log_err:
print "Failed to log error:", log_err
traceback.print_exc()
from Config import config
from src.Config import config
traceback.print_exc(file=open(config.log_dir + "/error.log", "a"))
if main and main.update_after_shutdown: # Updater