updated syncthing module
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2b0b401c3a
commit
d595daae4d
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user