mikeyy / nonoCAPTCHA

An asynchronized Python library to automate solving ReCAPTCHA v2 using audio
GNU General Public License v3.0
895 stars 196 forks source link

Fix syntax error in dict definition #1

Closed cclauss closed 6 years ago

cclauss commented 6 years ago

flake8 testing of https://github.com/mikeyy/nonoCAPTCHA on Python 3.6.3

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./config.example.py:18:18: E999 SyntaxError: invalid syntax
    "api_subkey" = "", # API key for Azure Cognitive Services
                 ^
1     E999 SyntaxError: invalid syntax
1
mikeyy commented 6 years ago

Thanks for the pull request