import subprocess

This commit is contained in:
Pavel Valach 2020-08-25 12:08:43 +02:00
parent ca88faaaa2
commit cae36c789c
No known key found for this signature in database
GPG Key ID: 5B4C9E8526682172

View File

@ -5,6 +5,7 @@ import time
import os import os
import sys import sys
import shlex import shlex
import subprocess
from datetime import datetime from datetime import datetime
from observium_func import assemble_sms from observium_func import assemble_sms