Skip to content
Snippets Groups Projects
Commit 7022a9ad authored by Gianluca OBERREIT's avatar Gianluca OBERREIT
Browse files

Move data dir into src

parent 13c12f48
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
File moved
......@@ -2,7 +2,7 @@ from pathlib import Path
import redis
import json
ROOT = str(Path(__file__).parent.parent.parent)
ROOT = str(Path(__file__).parent.parent)
r = redis.Redis(host='localhost', port=6379, decode_responses=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment