mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +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':
|
||||
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…
Add table
Reference in a new issue