@ -160,7 +160,7 @@ def mail_notify(violators: list) -> None:
if username not in log:
return True
else:
if time.time() - log[username] >= (MAIL_CD_HOUR*60*60): # 6 hr 提醒一次
if time.time() - log[username]['time'] >= (MAIL_CD_HOUR*60*60): # 6 hr 提醒一次
The note is not visible to the blocked user.