From 34589b0ea69ec76ef83b61ec342e5976a524abc9 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 5 Oct 2020 02:56:26 +0200 Subject: [PATCH] changed python interpreter from 3.8 to 3 --- uplink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uplink b/uplink index 739830a..2c7d839 100755 --- a/uplink +++ b/uplink @@ -1,4 +1,4 @@ -#!/usr/bin/python3.8 -d +#!/usr/bin/python3 -d # Copyright (c) 2020 Johannes Findeisen #