add typing
This commit is contained in:
parent
ebae7f9fc8
commit
31d990beea
@ -55,7 +55,7 @@ CLIENT_TYPE_CONTROLLER = 0
|
||||
CLIENT_TYPE_STRIPE = 1
|
||||
CLIENT_TYPE_RECORDER = 2
|
||||
|
||||
UDPClients = {}
|
||||
UDPClients: dict = {}
|
||||
|
||||
|
||||
class UDPStripHandler(socketserver.BaseRequestHandler):
|
||||
|
Loading…
x
Reference in New Issue
Block a user