diff --git a/ActionUnlockItem.py b/ActionUnlockItem.py index 09f5377..48dc8c9 100644 --- a/ActionUnlockItem.py +++ b/ActionUnlockItem.py @@ -43,7 +43,7 @@ def implUnlockMusic( if __name__ == "__main__": - userId = testUid8 + userId = int(input("type user id: ").strip() or "0") or testUid8 currentLoginTimestamp = generateTimestamp() loginResult = apiLogin(currentLoginTimestamp, userId) diff --git a/ChargeTicket.py b/ChargeTicket.py index 2ce7f49..d411d37 100644 --- a/ChargeTicket.py +++ b/ChargeTicket.py @@ -17,7 +17,6 @@ from MyConfig import testUid2 from HelperLogInOut import apiLogin, apiLogout, generateTimestamp from HelperFullPlay import implFullPlayAction, generateMusicData -from HelperGetUserThing import implGetUser_ def implWipeTickets(userId: int, currentLoginTimestamp: int, currentLoginResult) -> str: