ldhldh commited on
Commit
ee39537
·
1 Parent(s): 38a0446

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -57,7 +57,6 @@ def chat():
57
  return result
58
 
59
  th_a = Thread(target = chat)
60
- th_a.daemon = True
61
  th_a.start()
62
 
63
  # App code
 
57
  return result
58
 
59
  th_a = Thread(target = chat)
 
60
  th_a.start()
61
 
62
  # App code