fix for <3.9
This commit is contained in:
parent
33396a0704
commit
b07a1d8a15
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ class Dispatcher:
|
||||||
|
|
||||||
_dispatching : bool
|
_dispatching : bool
|
||||||
|
|
||||||
incoming : Queue[Packet]
|
incoming : Queue
|
||||||
outgoing : Queue[Packet]
|
outgoing : Queue
|
||||||
|
|
||||||
host : str
|
host : str
|
||||||
port : int
|
port : int
|
||||||
|
|
Loading…
Reference in a new issue