updated syncthing module
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2025-09-30 21:16:55 +02:00
parent 2b0b401c3a
commit d595daae4d

View File

@ -48,7 +48,6 @@ def get_config(url="http://localhost:8384", verify=False, apikey=None):
return None return None
def set_config_options(url="http://localhost:8384", verify=False, apikey=None, options={}): def set_config_options(url="http://localhost:8384", verify=False, apikey=None, options={}):
if not apikey: if not apikey:
apikey = get_apikey() apikey = get_apikey()
@ -121,7 +120,6 @@ def _set_config(url="http://localhost:8384", verify=False, apikey=None, config={
return None return None
def insync(url="http://localhost:8384", verify=False, apikey=None): def insync(url="http://localhost:8384", verify=False, apikey=None):
if not apikey: if not apikey:
apikey = get_apikey() apikey = get_apikey()
@ -139,7 +137,6 @@ def insync(url="http://localhost:8384", verify=False, apikey=None):
return None return None
def restart(url="http://localhost:8384", verify=False, apikey=None): def restart(url="http://localhost:8384", verify=False, apikey=None):
if not apikey: if not apikey:
apikey = get_apikey() apikey = get_apikey()