Spaces:
Runtime error
Runtime error
jiarongqiu commited on
Commit ·
8c52043
1
Parent(s): 4d79407
change dir
Browse files- service/database.py +1 -1
service/database.py
CHANGED
|
@@ -9,7 +9,7 @@ from util.schema import Dir
|
|
| 9 |
|
| 10 |
class Database:
|
| 11 |
|
| 12 |
-
LOCAL = os.path.join(os.path.dirname(__file__),"
|
| 13 |
USERNAME = "JR818"
|
| 14 |
REPO = "Web3"
|
| 15 |
|
|
|
|
| 9 |
|
| 10 |
class Database:
|
| 11 |
|
| 12 |
+
LOCAL = os.path.join(os.path.dirname(__file__),"data")
|
| 13 |
USERNAME = "JR818"
|
| 14 |
REPO = "Web3"
|
| 15 |
|