mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-20 05:43:41 -05:00
oops forgot to remove debug print
This commit is contained in:
parent
07e35c9db5
commit
366d5b0a5a
1 changed files with 0 additions and 1 deletions
1
app.py
1
app.py
|
@ -15,7 +15,6 @@ logged_in = False
|
||||||
load_dotenv()
|
load_dotenv()
|
||||||
|
|
||||||
app = Flask(cfg.appName)
|
app = Flask(cfg.appName)
|
||||||
print(os.environ.get("APP_SECRET"))
|
|
||||||
app.secret_key = os.environ.get("APP_SECRET")
|
app.secret_key = os.environ.get("APP_SECRET")
|
||||||
|
|
||||||
# -- blueprints --
|
# -- blueprints --
|
||||||
|
|
Loading…
Add table
Reference in a new issue