1
0
mirror of https://github.com/no2chem/wideq.git synced 2025-05-16 07:10:09 -07:00

Merge pull request #67 from gladhorn/exec_bit

Make example.py executable
This commit is contained in:
Adrian Sampson 2020-01-11 11:54:32 -05:00 committed by GitHub
commit 26fd47471b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
example.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import wideq import wideq
import json import json
import time import time