1
This commit is contained in:
parent
20bdf59efd
commit
77b5bd0655
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user