reset the path to appointment.json
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ class DataManager:
|
||||
batch_size = 20
|
||||
|
||||
def __init__(self):
|
||||
cred = credentials.Certificate("../appointment.json")
|
||||
cred = credentials.Certificate("appointment.json")
|
||||
self._app = firebase_admin.initialize_app(cred)
|
||||
self._db = firestore.client()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user