izuemon commited on
Commit
90af659
·
verified ·
1 Parent(s): 8e6d125

Update turbowarp-server/qr-converter.py

Browse files
Files changed (1) hide show
  1. turbowarp-server/qr-converter.py +1 -1
turbowarp-server/qr-converter.py CHANGED
@@ -6,7 +6,7 @@ from io import BytesIO
6
  import scratchcommunication
7
 
8
  # --- Scratchクラウド接続 ---
9
- PROJECT_ID = 1293030706
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",