소스 검색

[stress] Oops

Ask Solem 9 년 전
부모
커밋
ce2cc9eb17
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      funtests/stress/stress/app.py

+ 0 - 1
funtests/stress/stress/app.py

@@ -64,7 +64,6 @@ def _marker(s, sep='-'):
 
 @app.task
 def add(x, y):
-    add.delay(x + x, y + y)
     return x + y