Skip to content

Commit

Permalink
adjust python version
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonchanhku committed Jan 31, 2019
1 parent fdeb5a1 commit 2287f16
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .ipynb_checkpoints/requirements-checkpoint.txt
Expand Up @@ -3,6 +3,5 @@
# Find out more: https://morph.io/documentation/python

beautifulsoup4==4.6.0
bs4==0.01
pandas==0.23.0
numpy==1.14.3
2 changes: 1 addition & 1 deletion .ipynb_checkpoints/runtime-checkpoint.txt
@@ -1,2 +1,2 @@
python-3.6.5
python-3.6.2

2 changes: 1 addition & 1 deletion .ipynb_checkpoints/scraper-checkpoint.py
Expand Up @@ -61,7 +61,7 @@ def scrape_data():
# fighter's name
n = soup.find('span', {'class': 'b-content__title-highlight'})
f_name.append(n.text.strip())
print(f"Scraping the following fighter: {n.text.strip()}")
#print(f"Scraping the following fighter: {n.text.strip()}")

# record
rec = soup.find('span', {'class': 'b-content__title-record'})
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Expand Up @@ -3,6 +3,5 @@
# Find out more: https://morph.io/documentation/python

beautifulsoup4==4.6.0
bs4==0.01
pandas==0.23.0
numpy==1.14.3
2 changes: 1 addition & 1 deletion runtime.txt
@@ -1,2 +1,2 @@
python-3.6.5
python-3.6.2

0 comments on commit 2287f16

Please sign in to comment.