Update App/app.py
Browse files- App/app.py +2 -2
App/app.py
CHANGED
|
@@ -13,8 +13,8 @@ async def startup_event():
|
|
| 13 |
#if SERVER_STATE.MASTER:
|
| 14 |
|
| 15 |
#response = await manager.register_worker()
|
| 16 |
-
if not response:
|
| 17 |
-
|
| 18 |
|
| 19 |
|
| 20 |
@app.get("/")
|
|
|
|
| 13 |
#if SERVER_STATE.MASTER:
|
| 14 |
|
| 15 |
#response = await manager.register_worker()
|
| 16 |
+
#if not response:
|
| 17 |
+
# print("Error registering worker")
|
| 18 |
|
| 19 |
|
| 20 |
@app.get("/")
|