Skip to content

Commit

Permalink
feat(Documentation): Added "Configuring Your Observatory" to the README
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
  • Loading branch information
tabbott36 committed Oct 29, 2024
1 parent 44a617d commit 1517694
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/send_voe.py
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1517694

Please sign in to comment.