diff options
Diffstat (limited to 'cleanup.py')
-rwxr-xr-x | cleanup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ """ import os, sys, time, datetime -from fhost import app +from hex_zero import app os.chdir(os.path.dirname(sys.argv[0])) os.chdir(app.config["FHOST_STORAGE_PATH"]) |