prod ready making
This commit is contained in:
parent
0a8776e84b
commit
e804c549e5
14
src/main.py
14
src/main.py
|
@ -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'])
|
||||
|
||||
|
|
Loading…
Reference in New Issue