From 45f1a7670a57e87a323fbf3f82dcc5e15ed1cde6 Mon Sep 17 00:00:00 2001 From: makefu Date: Sat, 15 Aug 2020 21:38:35 +0200 Subject: fix syntax error in init --- kalauerbot/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kalauerbot/bot.py b/kalauerbot/bot.py index 9556ce5..427bee6 100644 --- a/kalauerbot/bot.py +++ b/kalauerbot/bot.py @@ -177,7 +177,7 @@ def main(): if allowlist: allowlist = allowlist.split(',') bot = Kalauerbot( - host = os.environ.get("MATRIX_SERVER","ext01.citadel.team") + host = os.environ.get("MATRIX_SERVER","ext01.citadel.team"), display_name = "Kalauerbot", token = os.environ['MATRIX_TOKEN'], user_id = os.environ["MATRIX_ID"], -- cgit v1.2.3