diff --git a/fetch_blocks.py b/fetch_blocks.py index 65b8f63..9fb517c 100644 --- a/fetch_blocks.py +++ b/fetch_blocks.py @@ -4,7 +4,7 @@ import sqlite3 from bs4 import BeautifulSoup headers = { - "user-agent": "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0" + "user-agent": "Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0" }