mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2026-04-18 05:53:32 +00:00
raise timeout errors.
added some error/exception logging. added timeout parameter to repr methods.
This commit is contained in:
@@ -28,7 +28,7 @@ class ReqClient:
|
||||
def __repr__(self):
|
||||
return type(
|
||||
self
|
||||
).__name__ + "(host='{host}', port={port}, password='{password}')".format(
|
||||
).__name__ + "(host='{host}', port={port}, password='{password}', timeout={timeout})".format(
|
||||
**self.base_client.__dict__,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user