Merge branch 'master' into dev-1.0

This commit is contained in:
Alano Terblanche
2019-09-15 22:35:58 +02:00
committed by GitHub
3 changed files with 6 additions and 3 deletions

View File

@@ -32,7 +32,6 @@ class APIHandler:
:param proxy: Add a proxy dict for requests to consume.
eg: {"http":"socks5://[username]:[password]@[host]:[port], "https": ...}
More information on proxies in requests: https://stackoverflow.com/a/15661226/9313679
"""
scheme = 'https' if https else 'http'
self.url = f"{scheme}://{ip}/cgi-bin/api.cgi"