Skip to content

Commit

Permalink
Add args to gnottify_runserver
Browse files Browse the repository at this point in the history
  • Loading branch information
kenbolton committed Nov 26, 2012
1 parent f7822ff commit 03aea3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gnotty/management/commands/gnottify_runserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
class Command(gnottify.Command):

def handle(self, *args, **options):
spawn(lambda: call_command("runserver"))
spawn(lambda: call_command("runserver", *args))
super(Command, self).handle(*args, **options)

0 comments on commit 03aea3d

Please sign in to comment.