Fix the import path
This commit is contained in:
parent
8fdfba97d9
commit
11463dbba5
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ def main():
|
||||||
except Exception, log_err:
|
except Exception, log_err:
|
||||||
print "Failed to log error:", log_err
|
print "Failed to log error:", log_err
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
from Config import config
|
from src.Config import config
|
||||||
traceback.print_exc(file=open(config.log_dir + "/error.log", "a"))
|
traceback.print_exc(file=open(config.log_dir + "/error.log", "a"))
|
||||||
|
|
||||||
if main and main.update_after_shutdown: # Updater
|
if main and main.update_after_shutdown: # Updater
|
||||||
|
|
Loading…
Reference in a new issue