mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
V2
This commit is contained in:
@@ -2,10 +2,8 @@ from flask import Flask, session
|
||||
from secrets import token_hex
|
||||
|
||||
app = Flask(__name__)
|
||||
SECRET_KEY = 'CHANGEME'
|
||||
|
||||
if not SECRET_KEY:
|
||||
SECRET_KEY = token_hex(16)
|
||||
SECRET_KEY = token_hex(16)
|
||||
|
||||
|
||||
@app.route('/')
|
||||
|
||||
Reference in New Issue
Block a user