1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-02-02 09:47:13 +03:00

Removed "plugin download" event, not used

This commit is contained in:
Adolfo Gómez García 2021-07-04 16:50:42 +02:00
parent c62d62dd65
commit 92de3b01dd

View File

@ -60,7 +60,7 @@ if typing.TYPE_CHECKING:
# Tunnel
ET_TUNNEL_OPEN,
ET_TUNNEL_CLOSE,
) = range(9)
) = range(8)
(
OT_PROVIDER,