From 044c23ff71c5525f7260e78cdd57f4fd641c235d Mon Sep 17 00:00:00 2001 From: mokurin000 <1348292515a@gmail.com> Date: Wed, 30 Jul 2025 04:29:35 +0800 Subject: [PATCH] chore: generate timestamp --- HelperLogInOut.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelperLogInOut.py b/HelperLogInOut.py index c8f7fdb..3b274f7 100644 --- a/HelperLogInOut.py +++ b/HelperLogInOut.py @@ -79,5 +79,5 @@ def generateTimestamp() -> int: if __name__ == "__main__": print("强制登出 CLI") uid = testUid - timestamp = input("Timestamp: ") + timestamp = generateTimestamp() apiLogout(int(timestamp), int(uid))