8 lines
146 B
Python
8 lines
146 B
Python
|
#!/bin/python3
|
||
|
|
||
|
import obsws_python as o
|
||
|
|
||
|
c = o.ReqClient(host="localhost", port=4455, password="kbMqQiQmviLJhqlh", timeout=3)
|
||
|
|
||
|
c.toggle_record()
|