summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano <55825613+luevano@users.noreply.github.com>2019-12-10 00:01:12 -0700
committerDavid Luevano <55825613+luevano@users.noreply.github.com>2019-12-10 00:01:12 -0700
commit6d8be99ddb34ad85154d945a3ad069823f161076 (patch)
treeabe71c74b2c0b155cc2e18eb311d3812d0312d94
parent93e40e65db7f0a6cb4e55a7ddd583006c477622d (diff)
Edit on data folder path
-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