Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cbff6da

Browse files
Update JobScraper.py
1 parent dd960f3 commit cbff6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Job Scraper/JobScraper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def write_csv(loc, info):
1313
headers = ['Title', 'Company Name', 'Location', 'Date', 'Summary', 'Url']
1414

1515
# Adding info into the rows of the file
16-
with open(loc+'_openings.csv', 'a', encoding='utf-8') as csv_f:
16+
with open('./Job Scraper/'+loc+'_openings.csv', 'a', encoding='utf-8') as csv_f:
1717
csv_p = csv.writer(csv_f, delimiter=',')
1818
csv_p.writerow(headers)
1919
csv_p.writerows(info)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /