mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-22 04:40:53 +00:00
change debug msg
This commit is contained in:
parent
b8b446f9bf
commit
60d083b238
@ -80,7 +80,7 @@ class ObsClient:
|
|||||||
|
|
||||||
def req(self, req_type, req_data=None):
|
def req(self, req_type, req_data=None):
|
||||||
id = randint(1, 1000)
|
id = randint(1, 1000)
|
||||||
self.logger.debug(f"Sending request with response id {id}")
|
self.logger.debug(f"Sending request with id {id}")
|
||||||
payload = {
|
payload = {
|
||||||
"op": 6,
|
"op": 6,
|
||||||
"d": {"requestType": req_type, "requestId": id},
|
"d": {"requestType": req_type, "requestId": id},
|
||||||
|
Loading…
Reference in New Issue
Block a user