golden hour
/opt/cloudlinux/venv/lib/python3.11/site-packages/ssa/internal
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
171 B
Del
OK
__pycache__
-
Del
OK
constants.py
915 B
Del
OK
exceptions.py
1.26 KB
Del
OK
mailer.py
5.46 KB
Del
OK
tools.py
2.26 KB
Del
OK
utils.py
15.67 KB
Del
OK
Edit: __init__.py
import os staging_flag_file = '/opt/cloudlinux/staging_mode' def staging() -> bool: """ Is staging enabled """ return os.path.isfile(staging_flag_file)
Save