Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Soucis sur le nombre de lien avec code #3

Closed
c4software opened this issue Aug 7, 2012 · 3 comments
Closed

Soucis sur le nombre de lien avec code #3

c4software opened this issue Aug 7, 2012 · 3 comments
Assignees

Comments

@c4software
Copy link
Owner

Il semblerait qu'il y est un soucis :

[valentin@valentinpc crawler]$ python main.py --config config.json --debug
[...]
DEBUG:root:Number of link crawled : 15
DEBUG:root:Nb Code HTTP 200 : 14

@ghost ghost assigned sebclick and c4software Aug 7, 2012
@sebclick
Copy link
Contributor

sebclick commented Aug 8, 2012

Il faut modifier
responseCode[response.getcode()] = 0
par
responseCode[response.getcode()] = 1
:-)
Je m'en occupe ce soir si tu ne l'as pas fait avant...

@c4software
Copy link
Owner Author

OK. J'ai pas de PC avant dimanche donc tu l'auras fais avant moi :)
Le 8 août 2012 08:07, "sebclick" notifications@github.com a écrit :

Il faut modifier
responseCode[response.getcode()] = 0
par
responseCode[response.getcode()] = 1
:-)
Je m'en occupe ce soir si tu ne l'as pas fait avant...


Reply to this email directly or view it on GitHubhttps://github.com//issues/3#issuecomment-7575782.

@sebclick
Copy link
Contributor

sebclick commented Aug 8, 2012

Corrigé. Je viens de faire un pull request pour prise en compte de la modification :)

c4software pushed a commit that referenced this issue Aug 12, 2012
c4software pushed a commit that referenced this issue Aug 12, 2012
Erreur dans l'init du tableau.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants