mirror of
https://git.freetards.xyz/array.in.a.matrix/TexLiLy.git
synced 2025-04-02 13:21:42 -04:00
added comments
This commit is contained in:
parent
eb327749e8
commit
32a96ee971
1 changed files with 1 additions and 1 deletions
2
main.py
2
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue