Still messing with getting the webclient to talk properly to the server.

This commit is contained in:
Griatch 2016-02-10 20:53:09 +01:00
parent c511263f63
commit 2890371900
6 changed files with 57 additions and 46 deletions

View file

@ -175,6 +175,7 @@ class SessionHandler(dict):
rkwargs = {}
for key, data in kwargs.iteritems():
print "sessionhandler.clean_senddata:", key, data
if not data:
rkwargs[key] = [ [], {} ]
elif isinstance(data, dict):