Files
CyberPanel/emailPremium/tests.py

8 lines
222 B
Python
Raw Normal View History

2019-12-10 15:09:10 +05:00
2022-07-21 17:42:48 +05:00
stdout = "WARNING: apt does not have a stable CLI interface. Use with caution in scripts.rspamd/focal,now 1.9.4-2build4 amd64 [residual-config]"
a= stdout.find("installed")
if a != -1:
print("1")
else:
print("0")