Skip to content

Commit

Permalink
Fix_analized_users
Browse files Browse the repository at this point in the history
  • Loading branch information
yatan committed Nov 19, 2017
1 parent 47f3e17 commit 258af3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def parse_users(self, soup):
#print element
file_users.close()
#Add user to users analized
file_users_analized = open("analized_users.txt","w")
file_users_analized = open("analized_users.txt","a")
file_users_analized.write(self.active_user + "\n")
file_users_analized.close()
actual_crawl -= 1
Expand Down

0 comments on commit 258af3d

Please sign in to comment.