Rm comments

This commit is contained in:
Jay Graber 2017-04-23 10:25:29 -07:00
parent 4ce00fd44e
commit 81091e6a90
1 changed files with 0 additions and 6 deletions

View File

@ -20,18 +20,12 @@ class ZDaemon(object):
'params': args,
'id': self.id_count})
print "JSONDATA: ", jsondata
r = requests.post(self.network, auth=(self.user,self.password), data=jsondata, timeout=self.timeout)
self.id_count += 1
# print "Bare text: ", r.text
resp = json.loads(r.text)
# print "Bare response: %s \n\n" % resp
#TODO: deal with errors better.
error = resp['error']
if error: