remove never added daemon event function from pluginapi
This commit is contained in:
parent
88fe605762
commit
27ef1d9ce4
@ -55,9 +55,6 @@ class PluginAPI:
|
|||||||
def get_data_folder(self, name, absolute = True):
|
def get_data_folder(self, name, absolute = True):
|
||||||
return onionrplugins.get_plugin_data_folder(name, absolute = absolute)
|
return onionrplugins.get_plugin_data_folder(name, absolute = absolute)
|
||||||
|
|
||||||
def daemon_event(self, event, plugin = None):
|
|
||||||
return # later make local command like /client/?action=makeEvent&event=eventname&module=modulename
|
|
||||||
|
|
||||||
class CommandAPI:
|
class CommandAPI:
|
||||||
def __init__(self, pluginapi):
|
def __init__(self, pluginapi):
|
||||||
self.pluginapi = pluginapi
|
self.pluginapi = pluginapi
|
||||||
|
Loading…
Reference in New Issue
Block a user