mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-11-25 23:00:36 +01:00
Cleanup
This commit is contained in:
parent
174b021a70
commit
f5d1dc6e05
@ -828,7 +828,7 @@ class SidebandCore():
|
|||||||
|
|
||||||
return response
|
return response
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
RNS.log("Error while setting state over RPC: "+str(e), RNS.LOG_ERROR)
|
RNS.log("Error while setting state over RPC: "+str(e), RNS.LOG_DEBUG)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def getstate(self, prop, allow_cache=False):
|
def getstate(self, prop, allow_cache=False):
|
||||||
|
Loading…
Reference in New Issue
Block a user