feat:: custom uid input
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user