From afc2153729fdeb6ae17d2e67ad820e30311771ed Mon Sep 17 00:00:00 2001 From: Maurizio Tomasi Date: Thu, 25 May 2023 11:15:02 +0200 Subject: [PATCH] Skip warnings for round_all_files --- web/rest/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/web/rest/base.py b/web/rest/base.py index 381c7b8..fb919c6 100644 --- a/web/rest/base.py +++ b/web/rest/base.py @@ -18,6 +18,7 @@ "/rest/tag": "TAG", "/rest/slo": "SLO", "/rest/log": None, # This must not be sent to the socket + "/rest/command": None, # Example: round_all_files (handled by the webserver) }