]> git.mxchange.org Git - fba.git/commitdiff
Forgot import
authorMint <>
Sat, 3 Sep 2022 11:25:19 +0000 (14:25 +0300)
committerMint <>
Sat, 3 Sep 2022 11:25:19 +0000 (14:25 +0300)
fetch_blocks.py

index d56d70a04538d76dff84127a5103716970938d4d..6850a463c13583b71b40424ecf84255db1494358 100644 (file)
@@ -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"