From 04d8cd714a9a0c5397c06b1bc9971d0d7c19e3d9 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Tue, 15 Dec 2020 14:17:45 +0100 Subject: [PATCH] Python --- server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.py b/server.py index f40f04c..37a6ebe 100755 --- a/server.py +++ b/server.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python2 +#! /usr/bin/env python # Shamefully copied from this gist : # https://gist.github.com/pankajp/280596a5dabaeeceaaaa/