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)
|
print(content)
|
||||||
|
|
||||||
#notify = requests.post(
|
notify = requests.post(
|
||||||
# url=WEBHOOK,
|
url=CONFIG['WEBHOOK'],
|
||||||
# json={
|
json={
|
||||||
# "content": content
|
"content": content
|
||||||
# }
|
}
|
||||||
# )
|
)
|
||||||
#print(notify.text)
|
print(notify.text)
|
||||||
|
|
||||||
known.append(a['title'])
|
known.append(a['title'])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue