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

Update turbowarp-server/qr-converter.py

Browse files
Files changed (1) hide show
  1. turbowarp-server/qr-converter.py +1 -0
turbowarp-server/qr-converter.py CHANGED
@@ -269,6 +269,7 @@ while True:
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}")
273
  else:
274
  print("[DEBUG] n1 is None or empty")
 
269
  print("[INFO] n0 is busy, waiting...")
270
  else:
271
  if n1:
272
+ pass
273
  #print(f"[DEBUG] n1 condition not met: first char='{n1[0] if n1 else 'None'}', length={len(n1) if n1 else 0}")
274
  else:
275
  print("[DEBUG] n1 is None or empty")