diff --git a/main.py b/main.py index 49d91c4..88ca645 100644 --- a/main.py +++ b/main.py @@ -18,7 +18,7 @@ async def main() -> None: homeserver = str(config["homeserver"]) user = str(config["user"]) token = str(config["token"]) - path = str(config["data"]) # Unused there, required. + path = str(config["data"]) # used in utils.py utils.set_config(config) # if config file does not exist, quit except FileNotFoundError: