Skip to content

Commit

Permalink
tirando var que nao faciltia
Browse files Browse the repository at this point in the history
  • Loading branch information
ramalho committed Aug 21, 2013
1 parent dd3860b commit dd2f794
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions async/assincrono_clo.py
Expand Up @@ -37,8 +37,7 @@ def baixar(qtd):
print '\t%3d\t%s' % (num, nome)
url = BASE_URL+nome
conj_baixar.add(nome)
proc = faz_processar(nome, num)
http_client.fetch(url, proc)
http_client.fetch(url, faz_processar(nome, num))

ioloop.IOLoop.instance().start()
return qt_bytes, qt_arqs
Expand Down

0 comments on commit dd2f794

Please sign in to comment.