mirror of
https://github.com/Sneed-Group/pypush-plus-plus
synced 2024-12-23 11:22:42 -06:00
Add python environment #!
In order for MacroDroid to run script every X amount of time and on boot but it needs to know it's a python script. #!/usr/bin/env python
This commit is contained in:
parent
1b8d4cb911
commit
2a44f6bae1
1 changed files with 2 additions and 0 deletions
2
demo.py
2
demo.py
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import json
|
||||
import logging
|
||||
import os
|
||||
|
|
Loading…
Reference in a new issue