Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ufcmmaapp committed Jul 17, 2023
1 parent 918e7c9 commit 065594b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def suba_delta(df):
def merge_data(df):

# We're always asking for json because it's the easiest to deal with
morph_api_url = "https://api.morph.io/jasonchanhku/ufc_fighters_db/data.json"
morph_api_url = "https://api.morph.io/ufcmmaapp/scrape_ufc_mma_data/data.json"

# Keep this key secret using morph secret variables
morph_api_key = os.environ['MORPH_API_KEY']
Expand Down

0 comments on commit 065594b

Please sign in to comment.