prod ready making

This commit is contained in:
Christoph J. Scherr 2023-05-09 22:14:11 +02:00
parent 0a8776e84b
commit e804c549e5
Signed by: PlexSheep
GPG Key ID: 25B4ACF7D88186CC
2 changed files with 7 additions and 7 deletions

View File

@ -81,13 +81,13 @@ Länge: {dur}
print(content)
#notify = requests.post(
# url=WEBHOOK,
# json={
# "content": content
# }
# )
#print(notify.text)
notify = requests.post(
url=CONFIG['WEBHOOK'],
json={
"content": content
}
)
print(notify.text)
known.append(a['title'])

0
storage.txt Normal file
View File