Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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)
|