diff --git a/app/library/init-auth.py b/app/library/init-auth.py index bed3998..61ef210 100644 --- a/app/library/init-auth.py +++ b/app/library/init-auth.py @@ -13,7 +13,7 @@ with open('./config.json') as json_file: cl = Client() -cl.set_proxy("socks5h://localhost:9999") +#cl.set_proxy("socks5h://localhost:9999") code = cl.totp_generate_code(INSTAGRAM_AUTH[2]) cl.login(INSTAGRAM_AUTH[0], INSTAGRAM_AUTH[1], verification_code=code) cl.set_timzone_offset(9 * 60 * 60)