|
@@ -205,7 +205,7 @@ def notify_group(msg):
|
|
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
|
}
|
|
|
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)
|
|
|
|
|
|
|