Fix: Change the event.close to event.set

And add missing parts.
This commit is contained in:
mhchia
2019-09-06 21:35:15 +08:00
parent 1cd969a2d5
commit 6c1f77dc1a
7 changed files with 19 additions and 21 deletions

View File

@ -3,7 +3,6 @@ import logging
import time
from typing import (
TYPE_CHECKING,
Any,
Awaitable,
Callable,
Dict,