Replace rollback with manual version selection and simplify updater
This commit is contained in:
@@ -8,4 +8,4 @@ modules while keeping the on-device entry point compatible.
|
||||
# Re-export commonly used helpers for convenience
|
||||
from .constants import HOST, PORT # noqa: F401
|
||||
from .server import run_server # noqa: F401
|
||||
from .releases import apply_update, check_for_update, rollback_update # noqa: F401
|
||||
from .releases import apply_update, check_for_update # noqa: F401
|
||||
|
||||
Reference in New Issue
Block a user