We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dude, this is nice! I used your code to complete my garage door remote control webapp. While I met some little issues,
After these two fixes, it works perfectly on Python 3. Thanks so much for your code, after all!
The text was updated successfully, but these errors were encountered:
Thanks for your feedback.
Python3 is supported now (in ver 0.7), and argument 'VERSION' is also supported.
argparse moved argument 'version' out from constructor. Just add it manually.
parser.add_argument('-v', '--version', action='version', version=VERSION)
Sorry, something went wrong.
No branches or pull requests
Dude, this is nice!
I used your code to complete my garage door remote control webapp.
While I met some little issues,
After these two fixes, it works perfectly on Python 3.
Thanks so much for your code, after all!
The text was updated successfully, but these errors were encountered: