Merge pull request #11856 from wfjsw/move-start-timer

Only start timer when actually starting
This commit is contained in:
AUTOMATIC1111
2023-07-22 12:19:36 +03:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -10,9 +10,6 @@ from functools import lru_cache
from modules import cmd_args, errors
from modules.paths_internal import script_path, extensions_dir
from modules import timer
timer.startup_timer.record("start")
args, _ = cmd_args.parser.parse_known_args()