Make SERVER_HOST optional
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
import serial
|
||||
import asyncio
|
||||
import logging
|
||||
from typing import Dict
|
||||
|
Reference in New Issue
Block a user
@ -1,4 +1,3 @@
|
||||
import serial
|
||||
import asyncio
|
||||
import logging
|
||||
from typing import Dict
|
||||
|