summaryrefslogtreecommitdiff
path: root/tasks.py
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-03-31 21:48:37 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-03-31 21:48:37 -0400
commit39794129de708ec8e6a2e18ee6f0ac094844407c (patch)
tree31481e1d130d015593be4bf39a1a12b90e439521 /tasks.py
parent37218f7881e5f94a0cb14ccad9ad101efe1203fd (diff)
use fib(30)
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)}