Skip to content

Commit

Permalink
Update faa_nfdc_get_fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinelliott authored Mar 22, 2024
1 parent 0fabbc1 commit 8161bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/faa/faa_nfdc_get_fixes
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def retrieve_page(page, count = 1000)
'Origin': ORIGIN,
'Referer': REFERER,
'Accept-Encoding': 'gzip, deflat, br',
'User-Agent': Mozilla/5.0'
'User-Agent': 'Mozilla/5.0',
}
start = page * count
payload = {
Expand Down

0 comments on commit 8161bcc

Please sign in to comment.