Skip to content

Commit

Permalink
update example task file for python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkalti committed May 7, 2019
1 parent c99d66b commit 6a58b79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example/tasks.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
from __future__ import print_function
from kuyruk import Kuyruk

kuyruk = Kuyruk()


@kuyruk.task()
def echo(message):
print message
print(message)

0 comments on commit 6a58b79

Please sign in to comment.