From 9241782d00c29df330adf0db634a5cf86bef66bd Mon Sep 17 00:00:00 2001 From: Benedikt Ziemons Date: Thu, 18 Jul 2019 15:46:22 +0200 Subject: [PATCH] Correct configuration homeserver url in example --- wmn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmn.py b/wmn.py index 9212555..9b5daec 100644 --- a/wmn.py +++ b/wmn.py @@ -9,7 +9,7 @@ config.yml Example: secret: "..." matrix: - server: matrix.org + server: https://matrix.org username: ... password: "..." """