Fix broken request

This commit is contained in:
angelblue05 2016-10-20 03:34:17 -05:00
parent afacc8b978
commit a91c9f1765
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ class ConnectionManager(object):
action = request['type'] action = request['type']
request.pop('type') request.pop('type')
request.pop('ssl')
log.debug("ConnectionManager requesting %s" % request) log.debug("ConnectionManager requesting %s" % request)