From 447ae692c60684d7d5824b55e52384dddb5b64ad Mon Sep 17 00:00:00 2001 From: Ryan Morash Date: Sun, 8 Jul 2018 17:25:29 -0400 Subject: [PATCH] Updated shebang on librenms-service.py (#8875) Changed shebang to point to python3 as per documentation the service does not work with python2 --- librenms-service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librenms-service.py b/librenms-service.py index bc310c4b26..3bffc11476 100755 --- a/librenms-service.py +++ b/librenms-service.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import argparse import logging