mirror of
https://gitea.invidious.io/iv-org/Invidious-quic-proxy.git
synced 2024-08-15 00:43:22 +00:00
Change app_author to iv-org
This commit is contained in:
parent
45b6f4e5d2
commit
96e780e88e
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -11,7 +11,7 @@ from aiohttp import web
|
|||
import quicclient
|
||||
|
||||
APP_NAME = "QUICProxy"
|
||||
APP_AUTHOR = "syeopite"
|
||||
APP_AUTHOR = "iv-org"
|
||||
|
||||
CONFIG_DIRECTORY = pathlib.Path(f"{appdirs.user_config_dir(APP_NAME, APP_AUTHOR)}")
|
||||
CONFIG_DIRECTORY.mkdir(parents=True, exist_ok=True)
|
||||
|
|
Loading…
Reference in a new issue