Spaces:
Runtime error
Runtime error
Yew Chong
commited on
Commit
•
cc3d279
1
Parent(s):
91701f5
app.py db doesn't work
Browse files
app.py
CHANGED
@@ -11,7 +11,6 @@ import inspect
|
|
11 |
currentdir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
|
12 |
parentdir = os.path.dirname(currentdir)
|
13 |
sys.path.append(parentdir)
|
14 |
-
import db_firestore as db
|
15 |
|
16 |
|
17 |
## ----------------------------------------------------------------
|
|
|
11 |
currentdir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
|
12 |
parentdir = os.path.dirname(currentdir)
|
13 |
sys.path.append(parentdir)
|
|
|
14 |
|
15 |
|
16 |
## ----------------------------------------------------------------
|