make it work with python3.8

This commit is contained in:
Alexander Tokmakov 2022-08-16 09:35:45 +02:00
parent 1b11a5c6fe
commit 1e6f7a7c52

View File

@ -18,7 +18,6 @@ class Client:
self.command += ["--host", self.host, "--port", str(self.port), "--stacktrace"]
@staticmethod
def stacktraces_on_timeout_decorator(func):
def wrap(self, *args, **kwargs):
try: