fixed ip displayer not starting after correct imports
This commit is contained in:
parent
3faee0fb88
commit
8218e8228e
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ RUN_IP_CHECK = False
|
|||
try:
|
||||
from compLib.Display import Display
|
||||
from compLib.Spi import Spi
|
||||
RUN_IP_CHECK = True
|
||||
except Exception as e:
|
||||
print(f"Could not import display or spi for ip output {str(e)}")
|
||||
Logging.get_logger().warning(f"Could not import display or spi for ip output {str(e)}")
|
||||
|
|
Reference in a new issue