|
@@ -170,7 +170,7 @@ def notify_group(msg):
|
|
|
}
|
|
|
params = {"message": msg}
|
|
|
r = requests.post("https://notify-api.line.me/api/notify",headers=headers, params=params)
|
|
|
- #print(r)
|
|
|
+ print(r)
|
|
|
|
|
|
def save_history(req,name_hash):
|
|
|
db = dataset.connect('mysql://choozmo:pAssw0rd@db.ptt.cx:3306/AI_anchor?charset=utf8mb4')
|