From 15176947259f295910464d336a78796b46099c93 Mon Sep 17 00:00:00 2001 From: tabbott36 Date: Tue, 29 Oct 2024 10:37:17 -0400 Subject: [PATCH] feat(Documentation): Added "Configuring Your Observatory" to the README BREAKING CHANGE: --- examples/send_voe.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/send_voe.py b/examples/send_voe.py index a04c179..bbf1a24 100644 --- a/examples/send_voe.py +++ b/examples/send_voe.py @@ -1,8 +1,10 @@ +"""A script to send a request from the host observatory to the frb-voe server.""" + import logging import requests -# Define any parameters you want to send along with the request (if any) +# Define any parameters you want to send along with the request detection_example_payload = { "kind": "detection", "date": "2025-01-13 16:55:08.844845",