From 5da749cc2a2f214cdf889c0449403a212e265cec Mon Sep 17 00:00:00 2001 From: "A. Cristallo" Date: Wed, 14 Mar 2018 17:08:45 +0100 Subject: [PATCH] Simply Python3 With header /usr/bin/env python3.5 doesn't run with the last python3 (3.6), so imho it's better not specify the subversion (.5, .6 and so on), simply leaving "python3". Tested with Python 3.6.3 onVM "Linux misp" (Ubuntu kernel 4.13 x64) --- server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.py b/server.py index a5d6962..02c9253 100755 --- a/server.py +++ b/server.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.5 +#!/usr/bin/env python3 from flask import Flask, render_template, request, Response, jsonify import json import redis