From 3bd5c9ddc12fdb2d58c19d9a548338c397c7dee1 Mon Sep 17 00:00:00 2001 From: shokre Date: Sat, 21 Oct 2023 05:35:17 +0200 Subject: [PATCH] fix: fix python invocation --- orao.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orao.py b/orao.py index 4db5df6..edcf7a5 100755 --- a/orao.py +++ b/orao.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # -*- coding: utf8 -*- import pygame, numpy, sys, datetime