Bugfix Websession

This commit is contained in:
Pascal Vizeli 2018-05-06 09:44:58 +02:00 committed by GitHub
parent 7f84073b12
commit 4647035b00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ class APIProxy(CoreSysAttributes):
try:
data = None
headers = {}
method = getattr(self._websession_ssl, request.method.lower())
method = getattr(self.sys_websession_ssl, request.method.lower())
params = request.query or None
# read data