Spaces:
Running
Running
Update turbowarp-server/qr-converter.py
Browse files
turbowarp-server/qr-converter.py
CHANGED
|
@@ -26,7 +26,7 @@ def set_var(name, value):
|
|
| 26 |
return None
|
| 27 |
|
| 28 |
# --- n-chars.txt の読み込み ---
|
| 29 |
-
with open("n-chars.txt", "r", encoding="utf-8") as f:
|
| 30 |
n_chars = [line.strip() for line in f]
|
| 31 |
|
| 32 |
def decode_prompt(encoded_str):
|
|
|
|
| 26 |
return None
|
| 27 |
|
| 28 |
# --- n-chars.txt の読み込み ---
|
| 29 |
+
with open("turbowarp-server/n-chars.txt", "r", encoding="utf-8") as f:
|
| 30 |
n_chars = [line.strip() for line in f]
|
| 31 |
|
| 32 |
def decode_prompt(encoded_str):
|