Skip to content
Snippets Groups Projects
Commit de03385f authored by YSelf Tool's avatar YSelf Tool
Browse files

Added vim files to gitignore

parent 5cb7a92c
No related branches found
No related tags found
No related merge requests found
......@@ -111,5 +111,5 @@ def on_identity_loaded(sender, identity):
def load_user(user_id):
return db.session.query(User).filter_by(id=user_id).first()
if __name__ == "__main__":
if __name__ == "__main__" and config.DEBUG:
app.run(debug=config.DEBUG)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment