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