From da1322dc8dd7a012cd1b103be25c2e2caadcf4ec Mon Sep 17 00:00:00 2001 From: PC-Admin Date: Mon, 10 Jul 2023 04:59:30 +0800 Subject: [PATCH] re-add vars file (whoops) --- hardcoded_variables.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hardcoded_variables.py diff --git a/hardcoded_variables.py b/hardcoded_variables.py new file mode 100644 index 0000000..7f3afaf --- /dev/null +++ b/hardcoded_variables.py @@ -0,0 +1,9 @@ + +########################################################################### +# These values can be hard coded for easier usage: # +homeserver_url = "matrix.example.org" +base_url = "example.org" +access_token = "" +# rdlist specific +rdlist_bot_username = "mod_team" +###########################################################################