Skip to content

Commit

Permalink
Added Secret Key
Browse files Browse the repository at this point in the history
  • Loading branch information
rabinadk1 committed Nov 7, 2018
1 parent fceacc5 commit e6544d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Session(app)

# configuring socketio
app.config["SECRET_KEY"] = os.getenv("SECRET_KEY")
app.config["SECRET_KEY"] = 'e11c5a47c7d64810c28824a784e6610f23e27aaf63157c2f'
socketio = SocketIO(app)

chatlist = [] # List to store chatroom names
Expand Down

0 comments on commit e6544d5

Please sign in to comment.