Skip to content

Commit

Permalink
Actually delay it.
Browse files Browse the repository at this point in the history
  • Loading branch information
issackelly committed Mar 8, 2012
1 parent 064cc57 commit 18cb113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sc2match/tasks.py
Expand Up @@ -5,7 +5,7 @@

def as_signal(sender, instance, created, raw, **kwargs):
if created:
parse_replay(instance.id)
parse_replay.delay(instance.id)

@task
def parse_replay(match_id):
Expand Down

0 comments on commit 18cb113

Please sign in to comment.