izuemon commited on
Commit
31a3dba
·
verified ·
1 Parent(s): ff05530

Update turbowarp-server/qr-converter.py

Browse files
Files changed (1) hide show
  1. turbowarp-server/qr-converter.py +2 -2
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
- #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}")
 
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}")