Spaces:
Running
Running
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 |
tw = scratchcommunication.TwCloudConnection(
|
| 11 |
project_id=PROJECT_ID,
|
| 12 |
username="server",
|
|
|
|
| 6 |
import scratchcommunication
|
| 7 |
|
| 8 |
# --- Scratchクラウド接続 ---
|
| 9 |
+
PROJECT_ID = 1293416663
|
| 10 |
tw = scratchcommunication.TwCloudConnection(
|
| 11 |
project_id=PROJECT_ID,
|
| 12 |
username="server",
|