From 6c73bb5735c0e6ba1b0f3b738c1bbc6cbb1a6a43 Mon Sep 17 00:00:00 2001 From: nocturn9x Date: Tue, 19 Oct 2021 12:37:05 +0200 Subject: [PATCH] Updated shebang to explicitly use python3 --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 2be7e8c..c58c13d 100755 --- a/src/main.py +++ b/src/main.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright (C) 2021 nocturn9x # Licensed under the Apache License, Version 2.0 (the "License");