add typing

This commit is contained in:
dezeyer 2019-05-11 14:23:54 +00:00
parent ebae7f9fc8
commit 31d990beea

View File

@ -55,7 +55,7 @@ CLIENT_TYPE_CONTROLLER = 0
CLIENT_TYPE_STRIPE = 1
CLIENT_TYPE_RECORDER = 2
UDPClients = {}
UDPClients: dict = {}
class UDPStripHandler(socketserver.BaseRequestHandler):