各种 Anti-warning 合规性改动

This commit is contained in:
Remik1r3n
2025-02-03 03:00:26 +08:00
parent d194556eee
commit a11d5b1246
17 changed files with 59 additions and 91 deletions

View File

@@ -1,3 +1,6 @@
# 解小黑屋实现
# 未完工
from Config import *
from API_TitleServer import *
from GetPreview import apiGetUserPreview
@@ -47,4 +50,4 @@ def forceLogout(userId, beginTimestamp):
# 示例使用
userId = testUid
human_time = "2023-10-01 12:00:00" # 用户输入的人类可读时间
force_logout(userId, human_time)
forceLogout(userId, human_time)