spelling
This commit is contained in:
parent
caa8856f72
commit
6fe1790e89
|
@ -9,7 +9,7 @@ logger = logging.getLogger('bornhack.%s' % __name__)
|
||||||
|
|
||||||
class Command(BaseCommand):
|
class Command(BaseCommand):
|
||||||
args = 'none'
|
args = 'none'
|
||||||
help = 'Run a worker. Takes the worker module as the first positional argument and calls the do_work() function in it. Optional argumends can be seen with -h / --help'
|
help = 'Run a worker. Takes the worker module as the first positional argument and calls the do_work() function in it. Optional arguments can be seen with -h / --help'
|
||||||
exit_now = False
|
exit_now = False
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue