Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Bernard committed Aug 14, 2006
1 parent ac01889 commit 1dfc73d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

for brains in result:
site = brains.getObject()
site.addVisit(dico[site.Title()])
site.addVisit(dico[site.Title()])
site.VisitThisMonth()
print site.Title()+'\n - Visite : '+str(site.getVisit())+'\n - Visite ce moi-ci'+str(site.getMonth())
return printed

0 comments on commit 1dfc73d

Please sign in to comment.