From 3d8504d2635634aeda06e21b5c8950404dd856c0 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sun, 17 Dec 2023 04:29:45 -0600 Subject: [PATCH] [GUI] Change shebang line to not search path --- Harmonbot.pyw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Harmonbot.pyw b/Harmonbot.pyw index 23c5ed57a6..e40ca799f3 100644 --- a/Harmonbot.pyw +++ b/Harmonbot.pyw @@ -1,4 +1,4 @@ -#! /usr/bin/env python3.11 +#! /usr/bin/python3.11 import atexit from queue import Queue