cryptonas/plugins/volume_details/volume_details.py

19 lines
295 B
Python

import CryptoBoxPlugin
class volume_details(CryptoBoxPlugin.CryptoBoxPlugin):
pluginCapabilities = [ "volume" ]
requestAuth = False
rank = 100
def doAction(self):
## all variables are already set somewhere else
return "volume_details"
def getStatus(self):
return "no status"