Neurolingua commited on
Commit
d1163ac
·
verified ·
1 Parent(s): e1e82a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -193,7 +193,7 @@ except KeyboardInterrupt:
193
  print("Data collection stopped by user.")
194
  except Exception as e:
195
  print(f"Unexpected error: {e}")
196
-
197
  if __name__ == '__main__':
198
- start_firestore_listener()
199
  app.run(host='0.0.0.0', port=7860, debug=True)
 
193
  print("Data collection stopped by user.")
194
  except Exception as e:
195
  print(f"Unexpected error: {e}")
196
+ start_firestore_listener()
197
  if __name__ == '__main__':
198
+
199
  app.run(host='0.0.0.0', port=7860, debug=True)