From a3477b6c374145d9f1cb55b88b1a0a2db9ea46c7 Mon Sep 17 00:00:00 2001 From: erg_samowzbudnik Date: Sat, 12 Jun 2021 09:46:49 +0200 Subject: Changed sheebang line trying to sort out running in as a daemon --- monitor_unified.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monitor_unified.py') diff --git a/monitor_unified.py b/monitor_unified.py index 805bd78..e68c1f4 100644 --- a/monitor_unified.py +++ b/monitor_unified.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # -*- coding: utf-8 -*- __author__ = "Franek Ɓazarewicz-Muradyan" -- cgit v1.2.3-65-gdbad