예제 #1
0
 def done(err):
     if err:
         print "*** ERROR: %s (%s)" % (err['desc'], err['detail'])
     push_tcp.stop()
예제 #2
0
파일: client.py 프로젝트: tackelua/Qt
 def done(err):
     if err:
         print "*** ERROR: %s (%s)" % (err['desc'], err['detail'])
     push_tcp.stop()
예제 #3
0
파일: client.py 프로젝트: Infixz/nbhttp
 def done(err_msg):
     if err_msg:
         err("\n*** ERROR: %s (%s)\n" % 
             (err_msg['desc'], err_msg['detail'])
         )
     push_tcp.stop()
예제 #4
0
 def done(err_msg):
     if err_msg:
         err("\n*** ERROR: %s (%s)\n" %
             (err_msg['desc'], err_msg['detail']))
     push_tcp.stop()