PEP8
This commit is contained in:
parent
c75fa2f669
commit
8e51d7b745
4 changed files with 124 additions and 4 deletions
|
|
@ -6,4 +6,4 @@ from flask import Flask
|
|||
app = Flask(__name__)
|
||||
|
||||
# Set the secret key to some random bytes. Keep this really secret!
|
||||
app.secret_key = b'_5#y2L"F4Q8z\n\xec]/'
|
||||
app.secret_key = b'_5#y2L"F4Q8z\n\xec]/'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue