Skip to content

Commit

Permalink
working chat
Browse files Browse the repository at this point in the history
  • Loading branch information
techwithtim committed Feb 4, 2020
1 parent 939ec19 commit b958a7e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
38 changes: 20 additions & 18 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion website/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
def create_app():
"""Construct the core application."""
app = Flask(__name__, instance_relative_config=False)
app.secret_key = "hellomynamestimandyouwontguessthis"
db.init_app(app)
app.config.from_object('config.Config')
# APP ROUTES
Expand Down

0 comments on commit b958a7e

Please sign in to comment.