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