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()