Remove pyro import
This commit is contained in:
parent
4cedf1846d
commit
e2434dd010
|
@ -4,9 +4,7 @@ from OBSController import OBSController
|
|||
from obswebsocket import events
|
||||
import os
|
||||
import threading
|
||||
import Pyro5.api
|
||||
|
||||
@Pyro5.api.expose
|
||||
class Backend(BackendBase):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
|
|
Loading…
Reference in New Issue