Correct configuration homeserver url in example

This commit is contained in:
Ben 2019-07-18 15:46:22 +02:00
parent 34700df9fb
commit 9241782d00
Signed by: ben
GPG key ID: 0F54A7ED232D3319

2
wmn.py
View file

@ -9,7 +9,7 @@ config.yml Example:
secret: "..." secret: "..."
matrix: matrix:
server: matrix.org server: https://matrix.org
username: ... username: ...
password: "..." password: "..."
""" """