Added session manager to reapply all settings
This commit is contained in:
parent
f0b86c107b
commit
38fb03c2f4
1 changed files with 1 additions and 1 deletions
|
|
@ -511,7 +511,7 @@ async def startup_tasks(services):
|
|||
f"Detected reset flows: {', '.join(reset_flows)}. Reapplying all settings."
|
||||
)
|
||||
from api.settings import reapply_all_settings
|
||||
await reapply_all_settings()
|
||||
await reapply_all_settings(session_manager=services["session_manager"])
|
||||
logger.info("Successfully reapplied settings after detecting flow resets")
|
||||
else:
|
||||
logger.info("No flows detected as reset, skipping settings reapplication")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue