From f09c9379588c0234b201de4aaeecbab14c84db7c Mon Sep 17 00:00:00 2001 From: ebner Date: Mon, 10 Jan 2022 15:20:15 +0100 Subject: [PATCH] fix url --- bufferutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bufferutils.py b/bufferutils.py index b2310b3..2cf1903 100644 --- a/bufferutils.py +++ b/bufferutils.py @@ -182,7 +182,7 @@ def update_sources_and_policies(sources, policies, update_type="upload"): def update_channel_cache(): # Update channel cache of data-api logging.info("Update channel cache") - response = requests.post("https://data-api.psi.ch/sf/channels/config", json={"reload": "true"}) + response = requests.post("https://data-api.psi.ch/sf-databuffer/channels/config", json={"reload": "true"}) if response.ok: logging.info("Channel cache updated successfully!") else: