chore: generate timestamp

This commit is contained in:
mokurin000
2025-07-30 04:29:35 +08:00
parent 6d234bc2b3
commit 044c23ff71

View File

@@ -79,5 +79,5 @@ def generateTimestamp() -> int:
if __name__ == "__main__":
print("强制登出 CLI")
uid = testUid
timestamp = input("Timestamp: ")
timestamp = generateTimestamp()
apiLogout(int(timestamp), int(uid))