youssef1214 commited on
Commit
82a3d32
1 Parent(s): 1d33810

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -223,7 +223,7 @@ def summrizedshakwas():
223
  tmpdict= modelsummary(shawka.complaintbody)
224
  shawka.summary=tmpdict['summary']
225
  shawka.set_data()
226
- thread = threading.Thread(target=target_function, args=(input,))
227
  thread.start()
228
 
229
  #lithening to changes of documnts
 
223
  tmpdict= modelsummary(shawka.complaintbody)
224
  shawka.summary=tmpdict['summary']
225
  shawka.set_data()
226
+ thread = threading.Thread(target=summrizedshakwas, args=(,))
227
  thread.start()
228
 
229
  #lithening to changes of documnts