From d595daae4d7bbebeb3794ba1dfd3afc7df14a428 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Tue, 30 Sep 2025 21:16:55 +0200 Subject: [PATCH] updated syncthing module --- states/_modules/syncthing.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/states/_modules/syncthing.py b/states/_modules/syncthing.py index 4d67f5b..373afee 100644 --- a/states/_modules/syncthing.py +++ b/states/_modules/syncthing.py @@ -48,7 +48,6 @@ def get_config(url="http://localhost:8384", verify=False, apikey=None): return None - def set_config_options(url="http://localhost:8384", verify=False, apikey=None, options={}): if not apikey: apikey = get_apikey() @@ -121,7 +120,6 @@ def _set_config(url="http://localhost:8384", verify=False, apikey=None, config={ return None - def insync(url="http://localhost:8384", verify=False, apikey=None): if not apikey: apikey = get_apikey() @@ -139,7 +137,6 @@ def insync(url="http://localhost:8384", verify=False, apikey=None): return None - def restart(url="http://localhost:8384", verify=False, apikey=None): if not apikey: apikey = get_apikey()