fix future

This commit is contained in:
Thorsten S
2015-12-23 18:59:02 +01:00
parent 7b0302eaeb
commit 3c56def4db

View File

@@ -626,7 +626,7 @@ def command_cookie(argv, **args):
@pluginfunction('terminate', 'hidden prototype', ptypes_COMMAND, ratelimit_class=RATE_FUN | RATE_GLOBAL)
def command_cookie(argv, **args):
def command_terminate(argv, **args):
return {
'msg': 'insufficient power supply, please connect fission module'
}