diff options
author | erg_samowzbudnik <uinarf@autistici.org> | 2021-06-12 09:46:49 +0200 |
---|---|---|
committer | erg_samowzbudnik <uinarf@autistici.org> | 2021-06-12 09:46:49 +0200 |
commit | a3477b6c374145d9f1cb55b88b1a0a2db9ea46c7 (patch) | |
tree | a721cd1676817c5f125ceb15bc5c83dfcf43b951 | |
parent | c228deff3271f20dacfc3858c09838fc05f52edc (diff) | |
download | RPGH-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.py | 2 |
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" |