Skip to content

Commit

Permalink
added second argument for jobhash
Browse files Browse the repository at this point in the history
  • Loading branch information
kraiz committed Oct 6, 2015
1 parent 30d50fb commit 6a20f43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_crontab/management/commands/crontab.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class Command(BaseCommand):

def add_arguments(self, parser):
parser.add_argument('action', help='action to run, see help')
parser.add_argument('jobhash', default='')

def handle(self, *args, **options):
"""
Expand Down

0 comments on commit 6a20f43

Please sign in to comment.