Change app_author to iv-org

This commit is contained in:
syeopite 2021-05-23 07:03:32 -07:00 committed by GitHub
parent 45b6f4e5d2
commit 96e780e88e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)