summaryrefslogtreecommitdiff
path: root/tasks.py
diff options
context:
space:
mode:
Diffstat (limited to 'tasks.py')
-rw-r--r--tasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks.py b/tasks.py
index 2d3ca36..737f540 100644
--- a/tasks.py
+++ b/tasks.py
@@ -17,4 +17,4 @@ class FibCalculator(child.AMPChild):
@Fib.responder
def fib(self):
print 'called responder, fib...'
- return {"fib": fib(25)}
+ return {"fib": fib(30)}