Add files via upload

This commit is contained in:
Bluzume 2019-09-22 03:24:21 -07:00 committed by GitHub
parent 92e68b8dbe
commit 3013917a56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ def CgiGetCode():
tamaIndex = GetTamaIndex(loginNo,type)
iid = str(itemId)
while len(iid) != 3:
while len(iid) != 2:
iid = "0"+iid
ggp = str(gotchiPoints)
while len(ggp) != 2: