Google OAuth

This commit is contained in:
patito
2017-09-22 15:28:09 +01:00
parent b6ed658cbd
commit a4b9722d47
5 changed files with 88 additions and 2 deletions

2
run.py
View File

@@ -3,7 +3,7 @@ from app import app
from config import PORT
try:
from config import BIND_ADDRESS
from config import BIND_ADDRESS
except:
BIND_ADDRESS = '127.0.0.1'