Spaces:
Sleeping
Sleeping
Update turbowarp-server/qr-converter.py
Browse files
turbowarp-server/qr-converter.py
CHANGED
|
@@ -103,6 +103,7 @@ while True:
|
|
| 103 |
try:
|
| 104 |
n1 = get_var("n1")
|
| 105 |
if n1 and len(n1) >= 3 and n1[0] == "0": # ID受信フラグ
|
|
|
|
| 106 |
print("[INFO] Received new request from n1.")
|
| 107 |
if get_var("n0") == "0": # 他ユーザー未使用
|
| 108 |
print("[INFO] n0 is free, starting processing...")
|
|
|
|
| 103 |
try:
|
| 104 |
n1 = get_var("n1")
|
| 105 |
if n1 and len(n1) >= 3 and n1[0] == "0": # ID受信フラグ
|
| 106 |
+
set_var("n1", "01")
|
| 107 |
print("[INFO] Received new request from n1.")
|
| 108 |
if get_var("n0") == "0": # 他ユーザー未使用
|
| 109 |
print("[INFO] n0 is free, starting processing...")
|