mirror of
https://github.com/facefusion/facefusion.git
synced 2026-09-15 20:15:28 +02:00
split api and cli sessions (#1244)
Claude-Session: https://claude.ai/code/session_014VuiA4Yfhy78naZK5UtfX5 Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5.1
parent
eb9e4ad416
commit
e5d30e7df3
@@ -36,7 +36,7 @@ def before_all() -> None:
|
||||
|
||||
@pytest.fixture(scope = 'function', autouse = True)
|
||||
def before_each() -> None:
|
||||
session_manager.SESSIONS.clear()
|
||||
session_manager.API_SESSIONS.clear()
|
||||
|
||||
|
||||
@pytest.fixture(scope = 'module')
|
||||
|
||||
Reference in New Issue
Block a user