debug line

This commit is contained in:
Jack 2016-07-21 16:47:47 -04:00
parent fbef187400
commit b65402db41

View file

@ -68,7 +68,7 @@ class LBRYDaemonRequest(server.Request):
from twisted.web.http import parse_qs from twisted.web.http import parse_qs
if self.do_log: if self.do_log:
print '%f Request Received' % time.time() print '%f Request Received' % time.time()
print self.content print self.content
self.content.seek(0,0) self.content.seek(0,0)
self.args = {} self.args = {}