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