We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b7b29 commit 3b0551fCopy full SHA for 3b0551f
writing_details.py
@@ -14,7 +14,7 @@
14
soup = BeautifulSoup(response.text, 'html.parser')
15
businesses = soup.findAll('div', {'class': 'biz-listing-large'})
16
17
- with open(file_path, 'w') as textFile:
+ with open(file_path, 'a') as textFile:
18
count = 0
19
for biz in businesses:
20
try:
0 commit comments