Spaces:
Sleeping
Sleeping
Update turbowarp-server/qr-converter.py
Browse files
turbowarp-server/qr-converter.py
CHANGED
|
@@ -6,7 +6,7 @@ from io import BytesIO
|
|
| 6 |
import scratchcommunication
|
| 7 |
|
| 8 |
# --- Scratchクラウド接続 ---
|
| 9 |
-
PROJECT_ID = "
|
| 10 |
print(f"[INFO] Connecting to Scratch project {PROJECT_ID}...")
|
| 11 |
tw = scratchcommunication.TwCloudConnection(
|
| 12 |
project_id=PROJECT_ID,
|
|
|
|
| 6 |
import scratchcommunication
|
| 7 |
|
| 8 |
# --- Scratchクラウド接続 ---
|
| 9 |
+
PROJECT_ID = "1293416663"
|
| 10 |
print(f"[INFO] Connecting to Scratch project {PROJECT_ID}...")
|
| 11 |
tw = scratchcommunication.TwCloudConnection(
|
| 12 |
project_id=PROJECT_ID,
|