summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kalauerbot/bot.py2
1 files changed, 1 insertions, 1 deletions
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"],