summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index a6bb2f3d7..18be74a10 100644
--- a/main.py
+++ b/main.py
@@ -42,7 +42,7 @@ init()
# Move to data folder.
init_path = os.getcwd()
-os.chdir('../../data')
+os.chdir('data')
data_path = os.getcwd()
print(Fore.CYAN