From 626b558179e8b8c526d8b89e0b934898f21e1f08 Mon Sep 17 00:00:00 2001 From: Roman Nikitin Date: Wed, 29 Nov 2023 10:49:04 +0300 Subject: [PATCH] Fix shebang --- control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control.py b/control.py index 616ff52d..9b7c7749 100755 --- a/control.py +++ b/control.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 from cli import cli