From e67ba282843426470f09d4f92613e9a8e5fb738c Mon Sep 17 00:00:00 2001 From: Romain H Date: Sun, 27 Feb 2022 18:00:21 +0100 Subject: [PATCH] fix shebang for compatiblity with monitoring --- icingabot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icingabot.py b/icingabot.py index be5c0d5..42ee38d 100755 --- a/icingabot.py +++ b/icingabot.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/python3 # # Simple IRC Bot statusing icinga2 via its API. #