Files
CyberPanel/websiteFunctions/tests.py

6 lines
150 B
Python
Raw Normal View History

2022-07-23 22:22:39 +05:00
Result = """b'{"status": 1, "reportContent": "{\\"MailSSL\\": 1}"}"""
2022-06-14 17:20:12 +05:00
2022-07-23 22:22:39 +05:00
if Result.find('"status": 1,') > -1:
print("habbi")
else:
print(Result)