Skip to content

Commit

Permalink
Fix the import path
Browse files Browse the repository at this point in the history
  • Loading branch information
zwgshr authored Aug 31, 2017
1 parent 8fdfba9 commit 11463db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeronet.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11463db

Please sign in to comment.