Downloading the instructions through the socket #53
@ -15,7 +15,6 @@ logger = logging.getLogger(__name__)
|
|||||||
|
|
||||||
# Messages valid through the socket
|
# Messages valid through the socket
|
||||||
MESSAGES: Final[dict[str, str]] = {
|
MESSAGES: Final[dict[str, str]] = {
|
||||||
'ADD_SET': 'add_set',
|
|
||||||
'COMPLETE': 'complete',
|
'COMPLETE': 'complete',
|
||||||
'CONNECT': 'connect',
|
'CONNECT': 'connect',
|
||||||
'DISCONNECT': 'disconnect',
|
'DISCONNECT': 'disconnect',
|
||||||
|
Loading…
Reference in New Issue
Block a user