From 0a9b27eced40a0b0f0bc9f3fb026cb4831d76f70 Mon Sep 17 00:00:00 2001 From: linoe97 Date: Tue, 14 Jun 2022 12:10:36 +0200 Subject: [PATCH] added #! /python3 in start.py --- start.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/start.py b/start.py index 931a6ee..40b7ed0 100755 --- a/start.py +++ b/start.py @@ -1,3 +1,5 @@ +#! /bin/python3 + import argparse, sys, platform parser = argparse.ArgumentParser()