UnknownSec Bypass
403
:
/
lib
/
python3
/
dist-packages
/
uaclient
/
jobs
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
update_state.py
""" Update system state module, like status cache or contract cached files """ from uaclient.config import UAConfig def update_status(cfg: UAConfig) -> bool: if cfg.is_attached: cfg.status() return True
Copyright © 2025 - UnknownSec