Spaces:
Running
Running
Update turbowarp-server/qr-converter.py
Browse files
turbowarp-server/qr-converter.py
CHANGED
|
@@ -265,8 +265,8 @@ while True:
|
|
| 265 |
last_processed_id = request_data
|
| 266 |
print(f"[INFO] Set last_processed_id")
|
| 267 |
|
| 268 |
-
|
| 269 |
-
|
| 270 |
else:
|
| 271 |
if n1:
|
| 272 |
#print(f"[DEBUG] n1 condition not met: first char='{n1[0] if n1 else 'None'}', length={len(n1) if n1 else 0}")
|
|
|
|
| 265 |
last_processed_id = request_data
|
| 266 |
print(f"[INFO] Set last_processed_id")
|
| 267 |
|
| 268 |
+
else:
|
| 269 |
+
print("[INFO] n0 is busy, waiting...")
|
| 270 |
else:
|
| 271 |
if n1:
|
| 272 |
#print(f"[DEBUG] n1 condition not met: first char='{n1[0] if n1 else 'None'}', length={len(n1) if n1 else 0}")
|