|
@@ -157,14 +157,14 @@ async def history_input():
|
|
|
return logs
|
|
|
|
|
|
def notify_group(msg):
|
|
|
- '''
|
|
|
+
|
|
|
headers = {
|
|
|
"Authorization": "Bearer " + "WekCRfnAirSiSxALiD6gcm0B56EejsoK89zFbIaiZQD",
|
|
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
|
}
|
|
|
params = {"message": msg}
|
|
|
r = requests.post("https://notify-api.line.me/api/notify",headers=headers, params=params)
|
|
|
- '''
|
|
|
+
|
|
|
headers = {
|
|
|
"Authorization": "Bearer " + "7a0JnlE9TrbtwSJyL8dYjkiwedFZ4ZPmIhQbgaFPA1b",
|
|
|
"Content-Type": "application/x-www-form-urlencoded"
|