xbar-plugins
xbar-plugins copied to clipboard
001-pi-hole.5m.py: calling the wrong python environment
fao @siimots -
The Python script should call the python3 environment, as follows:
#!/usr/bin/env python3
Instead it calls:
#!/usr/bin/env python
This causes an error in the runtime. Can this please be updated? Thank you!