mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 04:41:10 +00:00
update roomid
This commit is contained in:
parent
a4bbe835d3
commit
5bbcf95015
1 changed files with 2 additions and 2 deletions
|
|
@ -3,6 +3,6 @@ from pathlib import Path
|
||||||
|
|
||||||
CREDS_FILE = (Path(os.path.dirname(os.path.realpath(__file__))) / "credentials.json").resolve()
|
CREDS_FILE = (Path(os.path.dirname(os.path.realpath(__file__))) / "credentials.json").resolve()
|
||||||
HOMESERVER = "https://matrix.altau.su"
|
HOMESERVER = "https://matrix.altau.su"
|
||||||
USER_ID = "@AlertBot:altau.su"
|
USER_ID = "@alertbot:altau.su"
|
||||||
DEVICE_NAME = "lego"
|
DEVICE_NAME = "lego"
|
||||||
ROOM_ID = "!aSCaiSJfLHslrJrHiJ:altau.su"
|
ROOM_ID = "!lheAkNnuTYwITzBxiW:altau.su"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue