@@ -14,7 +14,7 @@ while True:
current_minute = current_time.tm_min
print(current_minute)
if current_minute in [6, 30]:
if current_minute in [0, 30]:
show_reminder()
# 避免在同一分钟内重复提醒,等待一分钟
time.sleep(60)
The note is not visible to the blocked user.