diff --git a/bot_bottle/backend/egress_apply.py b/bot_bottle/backend/egress_apply.py index ed54cdf..3fb01a5 100644 --- a/bot_bottle/backend/egress_apply.py +++ b/bot_bottle/backend/egress_apply.py @@ -9,7 +9,7 @@ from __future__ import annotations from abc import ABC, abstractmethod from pathlib import Path -from ..bottle_state import egress_state_dir +from ..bottle.state import egress_state_dir from ..egress import EGRESS_ROUTES_FILENAME from ..egress_addon_core import LOG_OFF, load_config