From 35a59612e41d0d914e799d7e3d9dfa4ee8832690 Mon Sep 17 00:00:00 2001 From: KaraMelih Date: Thu, 15 Aug 2024 17:50:00 -0500 Subject: [PATCH] minor --- snews_pt/remote_commands.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/snews_pt/remote_commands.py b/snews_pt/remote_commands.py index 0999027..edd07f9 100644 --- a/snews_pt/remote_commands.py +++ b/snews_pt/remote_commands.py @@ -125,7 +125,8 @@ def reset_cache(detector_name=None, admin_pass=None, firedrill=True, is_test=Tru message = {'_id': '0_hard-reset', 'pass': passw, 'detector_name':detector_name, - 'meta':{'is_test':is_test}} + 'is_test': is_test, + 'meta':{}} topic = os.getenv("FIREDRILL_OBSERVATION_TOPIC") if firedrill else os.getenv("OBSERVATION_TOPIC") pubstream = Stream(until_eos=True, auth=True)