Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
asian3 authored Dec 20, 2023
1 parent 444a7db commit 03e6be6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def main(usr, pw):
# 发送到我的邮箱
def send(info, mail, receivers, subject='', imgpth=''):
#if info or mail[0] or mail[1] or receivers == '': return
if int(time.strftime("%d", time.localtime()))% 3!= 0:return
sender,key = mail
message = MIMEMultipart('mixed')
if subject == "": subject = info
Expand Down

0 comments on commit 03e6be6

Please sign in to comment.