youssef1214
commited on
Commit
·
c9b4536
1
Parent(s):
803eeb2
Update Database.py
Browse files- Database.py +1 -1
Database.py
CHANGED
@@ -34,7 +34,7 @@ feedbacks = db.collection("feedbacks").where("feedbacks","!=",'').get()
|
|
34 |
|
35 |
|
36 |
documents=[]
|
37 |
-
documnetskey=
|
38 |
#get all documents for today that have no summary
|
39 |
# def get_all_document():
|
40 |
# for doc in documents_to_summarize:
|
|
|
34 |
|
35 |
|
36 |
documents=[]
|
37 |
+
documnetskey=set()
|
38 |
#get all documents for today that have no summary
|
39 |
# def get_all_document():
|
40 |
# for doc in documents_to_summarize:
|