chore: generate timestamp
This commit is contained in:
@@ -79,5 +79,5 @@ def generateTimestamp() -> int:
|
||||
if __name__ == "__main__":
|
||||
print("强制登出 CLI")
|
||||
uid = testUid
|
||||
timestamp = input("Timestamp: ")
|
||||
timestamp = generateTimestamp()
|
||||
apiLogout(int(timestamp), int(uid))
|
||||
|
||||
Reference in New Issue
Block a user