mirror of https://git.48k.eu/ogclient
linux: remove leftover prove() method
parent
c8674a4e93
commit
a1bd0c36f3
|
@ -67,6 +67,3 @@ class OgLinuxOperations:
|
|||
|
||||
def refresh(self, ogRest):
|
||||
return {"status": "LINUX"}
|
||||
|
||||
def probe(self, ogRest):
|
||||
return {'status': 'LINUX' if ogRest.state != ThreadState.BUSY else 'BSY'}
|
||||
|
|
Loading…
Reference in New Issue