Commit 7ceb4627 authored by lixiaofang's avatar lixiaofang

get_error

parent e12d0366
...@@ -462,7 +462,7 @@ def pictorial_reply(cookies_get, id, content): ...@@ -462,7 +462,7 @@ def pictorial_reply(cookies_get, id, content):
data=post_dict) data=post_dict)
logging.info("response.text:%s" % response.text) logging.info("response.text:%s" % response.text)
get_error(response.text) get_error(response.text,"pictorial_reply",id)
except: except:
logging.error("catch exception,logins:%s" % traceback.format_exc()) logging.error("catch exception,logins:%s" % traceback.format_exc())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment