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)
pull/42/head
A. Cristallo 2018-03-14 17:08:45 +01:00 committed by GitHub
parent 9e097326e3
commit 5da749cc2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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