]> git.mxchange.org Git - fba.git/commitdiff
ua
authorMint <>
Wed, 24 Aug 2022 08:38:44 +0000 (11:38 +0300)
committerMint <>
Wed, 24 Aug 2022 08:38:44 +0000 (11:38 +0300)
fetch_blocks.py

index 65b8f6366d683e3716d97b11500997a2d2952d9b..9fb517c4605242acde53eec0410c4f63cc265281 100644 (file)
@@ -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"
 }