Updated README

This commit is contained in:
Ilan Steemers
2015-06-26 22:04:06 +02:00
parent 8c4f0110fb
commit 375d861593
2 changed files with 0 additions and 2 deletions

View File

@@ -41,7 +41,6 @@ task_result = result(task_id)
# result returns None if the task has not been executed yet
# so it makes more sense to use a hook:
from hooks import print_result
async('math.modf', 2.5, hook='hooks.print_result')

View File

@@ -55,7 +55,6 @@ Result example
# result returns None if the task has not been executed yet
# so it makes more sense to use a hook:
from hooks import print_result
async('math.modf', 2.5, hook='hooks.print_result')