diff --git a/Services/Interfaces/web_interface/models/profiles.py b/Services/Interfaces/web_interface/models/profiles.py index 41f94a352..72d7d5a89 100644 --- a/Services/Interfaces/web_interface/models/profiles.py +++ b/Services/Interfaces/web_interface/models/profiles.py @@ -193,7 +193,7 @@ def get_forced_profile() -> profiles.Profile: authentication.Authenticator.instance().get_startup_info(), log_exceptions=False ) - if startup_info.forced_profile: + if startup_info.forced_profile_url: return get_current_profile() except community.BotError: pass