From 05f698e9a40d3d187081d54f17b41c77123bbfc5 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Wed, 9 Sep 2020 13:29:20 +0100 Subject: [PATCH] Bug Fix: Python2 is no longer distributed by default and not even linked on some distros. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 060f581..d911a42 100644 --- a/main.py +++ b/main.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 from __future__ import print_function import G213Colors