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:
Peter 2023-08-30 13:52:20 +01:00 committed by GitHub
parent 1b8d4cb911
commit 2a44f6bae1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,5 @@
#!/usr/bin/env python
import json import json
import logging import logging
import os import os