|
@@ -190,7 +190,7 @@ def notify_group(msg):
|
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
}
|
|
}
|
|
params = {"message": msg}
|
|
params = {"message": msg}
|
|
- #r = requests.post("https://notify-api.line.me/api/notify",headers=headers, params=params)
|
|
|
|
|
|
+ r = requests.post("https://notify-api.line.me/api/notify",headers=headers, params=params)
|
|
#print(r)
|
|
#print(r)
|
|
|
|
|
|
|
|
|