Misc cleanup / renaming

This commit is contained in:
Brett Williams
2024-08-03 14:04:17 -05:00
parent 21de69ca4f
commit 9bc490acae
4 changed files with 22 additions and 23 deletions

View File

@@ -507,7 +507,7 @@ def start_server():
flask_log.setLevel(Config.flask_log_level.upper())
# check for updates for render engines if configured or on first launch
if Config.update_engines_on_launch or not EngineManager.all_engines():
if Config.update_engines_on_launch or not EngineManager.get_engines():
EngineManager.update_all_engines()
# Set up the RenderQueue object