This commit is contained in:
lwl0608 2024-05-08 16:38:19 +08:00
parent 4a44596473
commit c7d34d61b4
1 changed files with 2 additions and 0 deletions

View File

@ -32,8 +32,10 @@ class S:
def proc(self):
zero_time = get_today_zero_time() - 86400
last_ptime = self.get_last_ptime()
print(zero_time)
print(last_ptime, type(last_ptime))
s = S()