pyfttt
pyfttt copied to clipboard
Handling negative values
If any value starts with "-" (e.g. "-52,7", "-a") pyfttt fails.
Se below:
Traceback (most recent call last):
File "/home/pi/Documents/kutahaz.py", line 101, in
Strange! I'll try this out in the next few days and get it fixed.
Edit: I encountered the same error. See https://stackoverflow.com/questions/9025204/python-argparse-issue-with-optional-arguments-which-are-negative-numbers.