attempt to fix networking issues

master
B.J. Dweck 2021-02-02 12:54:11 +02:00
parent b647bcf9f6
commit 10ef3a3a94
1 changed files with 2 additions and 0 deletions

View File

@ -128,6 +128,8 @@ class SyncthingClient:
"localAnnounceEnabled": False,
"relaysEnabled": False,
"announceLANAddresses": False,
"natEnabled": False,
"urAccepted": -1
}
response = self.patch("/rest/config/options", json.dumps(config_patch))
print("Patched syncthing configuration: {0}".format(response.content), flush=True)