summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-08-15 21:38:35 +0200
committermakefu <github@syntax-fehler.de>2020-08-15 21:38:35 +0200
commit45f1a7670a57e87a323fbf3f82dcc5e15ed1cde6 (patch)
tree626e4d9e2393608f3244869f216b901fe0f027fc
parent6f6647cf2e9079137099b9ca2683919a87f03331 (diff)
fix syntax error in init
-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"],