From 7c906a9aaeec230fb56d1a7a5fe2085c8eb27908 Mon Sep 17 00:00:00 2001 From: Mint <> Date: Sat, 3 Sep 2022 14:25:19 +0300 Subject: [PATCH] Forgot import --- fetch_blocks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fetch_blocks.py b/fetch_blocks.py index d56d70a..6850a46 100644 --- a/fetch_blocks.py +++ b/fetch_blocks.py @@ -3,6 +3,7 @@ from requests import post from hashlib import sha256 import sqlite3 from bs4 import BeautifulSoup +from json import dumps headers = { "user-agent": "Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0"