Skip to content

Commit

Permalink
Small fix to app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeArchibold committed Nov 8, 2023
1 parent 150eabd commit a4c9903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
app = Flask(__name__, static_folder='static')
app.config['SECRET_KEY'] = secrets.token_urlsafe(16)

devmode = False
devmode = True

if(devmode) :
with open('secrets/devpassword.txt') as f:
Expand Down

0 comments on commit a4c9903

Please sign in to comment.