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