idk if this cancels preload...

This commit is contained in:
2024-10-20 11:43:35 +02:00
parent c429cd06c8
commit cc783ee30e
5 changed files with 23 additions and 10 deletions

View File

@@ -11,8 +11,6 @@ except ModuleNotFoundError:
RICH = False
from modules.logger import logger
if __package__ is None:
PACKAGE = ""
else:
@@ -146,5 +144,4 @@ def parse_arguments(version: str) -> Args:
use_fancy_folders=parsed_args.use_fancy_folders,
web_root_url=parsed_args.web_root_url,
)
logger.debug("parsed arguments", extra={"args": _args.to_dict()})
return _args