diff --git a/call_manager.py b/call_manager.py index a4aa6f2..31e7e1d 100644 --- a/call_manager.py +++ b/call_manager.py @@ -1,3 +1,4 @@ +import subprocess import socket NO_CALL = 0 diff --git a/intercom.py b/intercom.py index e0adc9e..fd5c396 100644 --- a/intercom.py +++ b/intercom.py @@ -1,7 +1,6 @@ from gpiozero import LED from gpiozero import Button -import subprocess from threading import Thread import socket import yaml