diff --git a/speedtest_cli.py b/speedtest_cli.py index 032a3a2..1cb85c9 100755 --- a/speedtest_cli.py +++ b/speedtest_cli.py @@ -19,6 +19,7 @@ __version__ = '1.0.0' USER_AGENT = 'speedtest-cli/%s' % __version__ + class FakeShutdownEvent(object): @staticmethod def isSet():