mirror of
https://github.com/ChrispyBacon-dev/DockFlare.git
synced 2026-04-28 03:39:32 +00:00
NameError fix: access_group import
This commit is contained in:
parent
c09f0cd009
commit
b2a3d3bd63
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ from flask import (
|
|||
)
|
||||
|
||||
from app import config, docker_client, tunnel_state, cloudflared_agent_state, log_queue
|
||||
from app.core.state_manager import managed_rules, state_lock, save_state, load_state
|
||||
from app.core.state_manager import managed_rules, access_groups, state_lock, save_state, load_state
|
||||
from app.core.tunnel_manager import (
|
||||
start_cloudflared_container,
|
||||
stop_cloudflared_container,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue