fix run()

This commit is contained in:
itsdeka
2021-11-29 18:37:01 +01:00
parent 25d748042a
commit 603f546037

View File

@@ -84,6 +84,8 @@ class GenericWebsocket:
thread and connection. thread and connection.
""" """
self._start_new_socket() self._start_new_socket()
while True:
time.sleep(1)
def get_task_executable(self): def get_task_executable(self):
""" """