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
1 changed files with 1 additions and 1 deletions

View File

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