Updated shebang on librenms-service.py (#8875)

Changed shebang to point to python3 as per documentation the service does not work with python2
This commit is contained in:
Ryan Morash
2018-07-08 17:25:29 -04:00
committed by Neil Lathwood
parent d6c54af9e1
commit 447ae692c6

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import argparse
import logging