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