mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 00:48:41 +00:00
Fix typo
This commit is contained in:
parent
5a71e82875
commit
e6244920e6
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class Command(BaseCommand):
|
||||||
elif state == 'off':
|
elif state == 'off':
|
||||||
deluge.log.setLoggerLevel("error")
|
deluge.log.setLoggerLevel("error")
|
||||||
else:
|
else:
|
||||||
console.write("{!error!}%s" %s usage)
|
console.write("{!error!}%s" % usage)
|
||||||
|
|
||||||
# def complete(self, text, *args):
|
# def complete(self, text, *args):
|
||||||
# return [ x for x in ['on', 'off'] if x.startswith(text) ]
|
# return [ x for x in ['on', 'off'] if x.startswith(text) ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue