aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerg_samowzbudnik <uinarf@autistici.org>2021-06-12 09:46:49 +0200
committererg_samowzbudnik <uinarf@autistici.org>2021-06-12 09:46:49 +0200
commita3477b6c374145d9f1cb55b88b1a0a2db9ea46c7 (patch)
treea721cd1676817c5f125ceb15bc5c83dfcf43b951
parentc228deff3271f20dacfc3858c09838fc05f52edc (diff)
downloadRPGH-a3477b6c374145d9f1cb55b88b1a0a2db9ea46c7.tar.gz
RPGH-a3477b6c374145d9f1cb55b88b1a0a2db9ea46c7.tar.bz2
RPGH-a3477b6c374145d9f1cb55b88b1a0a2db9ea46c7.zip
Changed sheebang line trying to sort out running in as a daemon
-rw-r--r--monitor_unified.py2
1 files changed, 1 insertions, 1 deletions
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"