Merge pull request #42 from P4rs3R/patch-4

Simply Python3
pull/43/head
Alexandre Dulaunoy 2018-03-14 17:11:11 +01:00 committed by GitHub
commit 67ee53af06
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