xbar-plugins icon indicating copy to clipboard operation
xbar-plugins copied to clipboard

001-pi-hole.5m.py: calling the wrong python environment

Open jaxonashton opened this issue 2 years ago • 0 comments

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!

jaxonashton avatar Jun 13 '22 03:06 jaxonashton