Fixed missing import
Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
parent
506f7d0b9f
commit
1b12dfc508
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
import socket
|
import socket
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
from common import send_status
|
from common import send_status, api_send_status
|
||||||
|
|
||||||
host = socket.gethostname()
|
host = socket.gethostname()
|
||||||
port = 12345
|
port = 12345
|
||||||
|
|
Loading…
Reference in a new issue