Spaces:
Sleeping
Sleeping
Update turbowarp-server/qr-converter.py
Browse files
turbowarp-server/qr-converter.py
CHANGED
|
@@ -31,7 +31,7 @@ def get_var(name):
|
|
| 31 |
|
| 32 |
# 表示用に切り詰め
|
| 33 |
display_value = value[:50] + "..." if len(value) > 50 else value
|
| 34 |
-
print(f"[GET] Variable '{name}' = {display_value}")
|
| 35 |
return value
|
| 36 |
except Exception as e:
|
| 37 |
print(f"[ERROR] Failed to get variable '{name}': {e}")
|
|
|
|
| 31 |
|
| 32 |
# 表示用に切り詰め
|
| 33 |
display_value = value[:50] + "..." if len(value) > 50 else value
|
| 34 |
+
#print(f"[GET] Variable '{name}' = {display_value}")
|
| 35 |
return value
|
| 36 |
except Exception as e:
|
| 37 |
print(f"[ERROR] Failed to get variable '{name}': {e}")
|