Notifications - tokens/jinja2 templating (#1184)

This commit is contained in:
dgtlmoon
2022-12-05 19:58:43 +01:00
committed by GitHub
parent a048e4a02d
commit c12db2b725
12 changed files with 269 additions and 94 deletions

View File

@@ -149,6 +149,9 @@ def live_server_setup(live_server):
if data != None:
f.write(data)
with open("test-datastore/notification-url.txt", "w") as f:
f.write(request.url)
print("\n>> Test notification endpoint was hit.\n", data)
return "Text was set"