diff options
author | Tharre <tharre3@gmail.com> | 2017-08-17 19:58:06 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-08-17 19:58:06 +0200 |
commit | 44f2e22fc2b5d50f1ab6bfc32c7ef8fa970e1d8a (patch) | |
tree | 728eeb8248e828c615c566009af5ba8d5392ffbe | |
parent | efc118af1bd4910c64292a45dca34bf13d428f8d (diff) | |
download | albion-api-44f2e22fc2b5d50f1ab6bfc32c7ef8fa970e1d8a.tar.gz albion-api-44f2e22fc2b5d50f1ab6bfc32c7ef8fa970e1d8a.tar.xz albion-api-44f2e22fc2b5d50f1ab6bfc32c7ef8fa970e1d8a.zip |
Fix python version
-rwxr-xr-x | app.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 from flask import Flask, jsonify, make_response, abort, request, g from functools import wraps |