added comments

This commit is contained in:
array-in-a-matrix 2023-06-15 12:28:40 -04:00
parent eb327749e8
commit 32a96ee971

View file

@ -18,7 +18,7 @@ async def main() -> None:
homeserver = str(config["homeserver"]) homeserver = str(config["homeserver"])
user = str(config["user"]) user = str(config["user"])
token = str(config["token"]) token = str(config["token"])
path = str(config["data"]) # Unused there, required. path = str(config["data"]) # used in utils.py
utils.set_config(config) utils.set_config(config)
# if config file does not exist, quit # if config file does not exist, quit
except FileNotFoundError: except FileNotFoundError: