From 32a96ee97108035760baa01518279b0047ef80e5 Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Thu, 15 Jun 2023 12:28:40 -0400 Subject: [PATCH] added comments --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: