From f296c33d1c1a727594cb6abaacc454894742fedd Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Tue, 28 Dec 2021 12:52:19 +0000 Subject: [PATCH] Amend shebang --- handler/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler/app.py b/handler/app.py index 0f5105e..c759481 100755 --- a/handler/app.py +++ b/handler/app.py @@ -1,4 +1,4 @@ -#!/usr/sbin/env python3 +#!/usr/bin/env python3 # Twisted/Klein imports from twisted.logger import Logger from twisted.internet import reactor