This commit is contained in:
Aevann1 2022-02-01 02:03:39 +02:00
parent 8fe7a30642
commit f907260ab2
4 changed files with 6 additions and 6 deletions

View file

@ -52,7 +52,7 @@ def request_api_keys(v):
text_html = sanitize(text, noimages=True)
send_admin(NOTIFICATIONS_ID, text_html)
send_admin(NOTIFICATIONS_ID, text_html, v.id)
g.db.commit()