From 9a93e683a6ba54ac69cbf84b0e2807fc7e2be7ba Mon Sep 17 00:00:00 2001 From: Derisis13 Date: Wed, 19 Apr 2023 15:05:16 +0200 Subject: [PATCH] fix: shebang --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 878f9df..624eb82 100755 --- a/main.py +++ b/main.py @@ -1,3 +1,4 @@ +#!/usr/bin/python3 # Copyright 2021 László Párkányi # # Licensed under the Apache License, Version 2.0 (the "License");