aboutsummaryrefslogtreecommitdiff
path: root/cleanup.py
diff options
context:
space:
mode:
Diffstat (limited to 'cleanup.py')
-rwxr-xr-xcleanup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cleanup.py b/cleanup.py
index 09193e1..3d2bf3c 100755
--- a/cleanup.py
+++ b/cleanup.py
@@ -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"])
bgstack15