Update to 0.83

This commit is contained in:
2022-01-21 11:22:06 +01:00
parent 1573ea24c2
commit 7c039651c2
4 changed files with 92 additions and 7 deletions

View File

@ -23,7 +23,7 @@
## SOFTWARE.
###
__VERSION__ = 0.80
__VERSION__ = 0.83
import sys
import socket
@ -591,7 +591,7 @@ class unifi_controller_api(object):
def request(self,method,url=None,path=None,site=None,json=None,**kwargs):
if not url:
if self.is_unifios:
url = f"{self.url}/proxy/network/api/"
url = f"{self.url}/proxy/network/api"
else:
url = f"{self.url}/api"
if site is not None: