From c58c776c4846984651b84971b252d30f82dcc124 Mon Sep 17 00:00:00 2001 From: Maxwell Date: Mon, 15 Jul 2024 13:06:07 +1000 Subject: [PATCH] Compatibility change --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 7bafae6..7140202 100755 --- a/main.py +++ b/main.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # Imports, of course. # You'll need to install colorama from Pip if you want to use colours in the terminal. I'm probably going to replace this when I get around to making a config file properly.