__init__.py
| 171 B | Satir:
0
| py
Geri
import os staging_flag_file = '/opt/cloudlinux/staging_mode' def staging() -> bool: """ Is staging enabled """ return os.path.isfile(staging_flag_file)
Kaydet
Ctrl+S ile kaydet