cleanup, comments
This commit is contained in:
@@ -421,6 +421,9 @@ class ProtocolVersionError(Exception):
|
||||
super().__init__(self.message)
|
||||
|
||||
def run(obj):
|
||||
"""
|
||||
Target wrapper for thread object invocation
|
||||
"""
|
||||
obj.run()
|
||||
|
||||
if __name__ == "__main__":
|
||||
Reference in New Issue
Block a user