This commit is contained in:
j 2017-09-19 13:16:00 +02:00
parent 4decc3bc8c
commit 85d84c2800

View file

@ -17,6 +17,7 @@ class Command(BaseCommand):
""" """
help = 'run websocket daemon' help = 'run websocket daemon'
args = '' args = ''
def add_arguments(self, parser): def add_arguments(self, parser):
parser.add_argument('--debug', parser.add_argument('--debug',
action='store_true', action='store_true',