|
|
@ -205,6 +205,7 @@ def live_server_setup(live_server):
|
|
|
|
with open("test-datastore/notification-url.txt", "w") as f:
|
|
|
|
with open("test-datastore/notification-url.txt", "w") as f:
|
|
|
|
f.write(request.url)
|
|
|
|
f.write(request.url)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if request.content_type:
|
|
|
|
with open("test-datastore/notification-content-type.txt", "w") as f:
|
|
|
|
with open("test-datastore/notification-content-type.txt", "w") as f:
|
|
|
|
f.write(request.content_type)
|
|
|
|
f.write(request.content_type)
|
|
|
|
|
|
|
|
|
|
|
|