Fix typo
This commit is contained in:
parent
5a71e82875
commit
e6244920e6
|
@ -36,7 +36,7 @@ class Command(BaseCommand):
|
|||
elif state == 'off':
|
||||
deluge.log.setLoggerLevel("error")
|
||||
else:
|
||||
console.write("{!error!}%s" %s usage)
|
||||
console.write("{!error!}%s" % usage)
|
||||
|
||||
# def complete(self, text, *args):
|
||||
# return [ x for x in ['on', 'off'] if x.startswith(text) ]
|
||||
|
|
Loading…
Reference in New Issue