Skip to content
Snippets Groups Projects
Commit a854cf27 authored by Aya's avatar Aya
Browse files

remove something left behind from window

parent 93a076e0
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ if first_run:
logger.fatal("Generated configuration file, please edit it before starting aya.")
exit(1)
if redis is None or token is None or token == "NzUxODM5OTAxNjE5NTg1MTg1.X1O7eQ.SLfND-Rye51JJwPbs_h-CLDDCUo":
if redis is None or token is None or token == "INSERT_TOKEN_HERE":
logger.fatal("Please edit the configuration file before starting aya.")
exit(1)
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment