Moved background paint setting tomanager; fixed reference
This commit is contained in:
@@ -68,7 +68,7 @@ class IPCServer(Singleton):
|
||||
def _handle_ipc_message(self, conn, start_time) -> None:
|
||||
while True:
|
||||
msg = conn.recv()
|
||||
if settings.is_debug():
|
||||
if settings_manager.is_debug():
|
||||
print(msg)
|
||||
|
||||
if "FILE|" in msg:
|
||||
@@ -105,4 +105,4 @@ class IPCServer(Singleton):
|
||||
except ConnectionRefusedError as e:
|
||||
print("Connection refused...")
|
||||
except Exception as e:
|
||||
print(repr(e))
|
||||
print(repr(e))
|
||||
Reference in New Issue
Block a user