fixed routes.py

This commit is contained in:
Xevion
2019-07-04 21:41:11 +00:00
parent 94a7a6a9ff
commit 9be5cbe745
2 changed files with 8 additions and 4 deletions

5
.gitignore vendored
View File

@@ -1,3 +1,8 @@
/xeviondevenv/*
xevion.dev.ini
*.old
*.pem
*.pyc
key
/app.db
/key

View File

@@ -43,7 +43,6 @@ def user_info():
@app.route('/')
def index():
if current_user.is_authenticated:
content = [{'text': fake.paragraph(nb_sentences=15),
'seed': random.randint(0, 1000),
'title': fake.word().title()}