Skip to content

Commit 65318ed

Browse files
committed
Updated URL for scraping
1 parent 8ff8a86 commit 65318ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

2 ksu scrape/ksu_scrape.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from datetime import datetime
88

99

10-
source = requests.get('http://news.kennesaw.edu/in-the-news/?&categories=in%20the%20news&year=2018').text
10+
source = requests.get('https://news.kennesaw.edu/in-the-news/?&categories=in%20the%20news,&year=2018').text
1111

1212
soup = BeautifulSoup(source, 'lxml')
1313

0 commit comments

Comments
 (0)