From: Mint <> Date: Sat, 3 Sep 2022 11:25:19 +0000 (+0300) Subject: Forgot import X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7c906a9aaeec230fb56d1a7a5fe2085c8eb27908;p=fba.git Forgot import --- 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"