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

View File

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