Explorar el Código

Fixes syntax error in example

Ask Solem hace 12 años
padre
commit
d7ea6c4b38
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/resultgraph/tasks.py

+ 1 - 1
examples/resultgraph/tasks.py

@@ -30,7 +30,7 @@ def add(x, y):
 
 @task()
 def make_request(id, url):
-    print('GET {0!r}'.format(url)
+    print('GET {0!r}'.format(url))
     return url