This commit is contained in:
aozhiwei 2019-07-30 21:09:58 +08:00
parent 20bdf59efd
commit 77b5bd0655

View File

@ -3,6 +3,7 @@
import os
import json
import time
import datetime
import hashlib
import urllib.request
import tornado.ioloop
@ -30,6 +31,7 @@ def getDaySeconds(time_val, incdays):
def sendNotify(conf, sendtime):
try:
print(datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%s"), flush=True)
print('sendNotify start', flush=True)
params = {'key' : 'kingsome'}
secret = 'fc38349c5d084e920925e614c420be9f'