From 827b201748fff566e36db634dd55117a73bce30d Mon Sep 17 00:00:00 2001 From: Mint <> Date: Wed, 24 Aug 2022 11:38:44 +0300 Subject: [PATCH] ua --- fetch_blocks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }