youssef1214
commited on
Commit
·
206c51f
1
Parent(s):
0d9b16c
Update Database.py
Browse files- Database.py +2 -1
Database.py
CHANGED
@@ -119,7 +119,8 @@ def LabelingFeedback():
|
|
119 |
|
120 |
thread = threading.Thread(target=summrizedshakwas)
|
121 |
thread.start()
|
122 |
-
|
|
|
123 |
#lithening to changes of documnts
|
124 |
callback_done = threading.Event()
|
125 |
callback_donefeedback=threading.Event()
|
|
|
119 |
|
120 |
thread = threading.Thread(target=summrizedshakwas)
|
121 |
thread.start()
|
122 |
+
threadlabelingfeedback= threading.Thread(target=LabelingFeedback)
|
123 |
+
threadlabelingfeedback.start()
|
124 |
#lithening to changes of documnts
|
125 |
callback_done = threading.Event()
|
126 |
callback_donefeedback=threading.Event()
|