From a854cf279c4525a4b1035ccc2de57044ed81f075 Mon Sep 17 00:00:00 2001 From: Ayayaya <gigachad@chars.jp> Date: Tue, 3 Aug 2021 17:08:30 +0200 Subject: [PATCH] remove something left behind from window --- aya/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aya/__init__.py b/aya/__init__.py index 2baa30d..941f582 100644 --- a/aya/__init__.py +++ b/aya/__init__.py @@ -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) -- GitLab