Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -916,4 +916,5 @@ if __name__ == "__main__":
|
|
| 916 |
while True:
|
| 917 |
time.sleep(1)
|
| 918 |
except KeyboardInterrupt:
|
| 919 |
-
print("🛑 Shutting down servers...")
|
|
|
|
|
|
| 916 |
while True:
|
| 917 |
time.sleep(1)
|
| 918 |
except KeyboardInterrupt:
|
| 919 |
+
print("🛑 Shutting down servers...")
|
| 920 |
+
|