diff --git a/__pycache__/jandan_toot.cpython-36.pyc b/__pycache__/jandan_toot.cpython-36.pyc new file mode 100644 index 0000000..682da70 Binary files /dev/null and b/__pycache__/jandan_toot.cpython-36.pyc differ diff --git a/jandan_toot.py b/jandan_toot.py index a83b5dd..612aaef 100644 --- a/jandan_toot.py +++ b/jandan_toot.py @@ -65,6 +65,7 @@ def toot(proxy=None): session.headers.update(ramdom_ua()) if proxy: + logger.info('~~~ proxy %s, usable proxy %s', proxy, usable_proxy) session.proxies.update({"https": "https://{}".format(proxy)}) while page_count and jandan_pic_url: