Files
hotels/direct_check.py

13 lines
200 B
Python
Raw Permalink Normal View History

#!/usr/bin/env python3
import subprocess
import sys
# Прямой вызов
print(subprocess.check_output(['python3', 'quick_check.py'], cwd='/root/engine/public_oversight/hotels').decode())