From: Roland Häder Date: Sat, 3 Jun 2023 16:31:21 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=74e680e2fbd4a4a71a2fc04c520817a2c2ff2208;p=fba.git Continued: - sorted import members - added missing 'import sys' --- diff --git a/fetch_blocks.py b/fetch_blocks.py index bfc2838..d8c33e0 100755 --- a/fetch_blocks.py +++ b/fetch_blocks.py @@ -17,11 +17,12 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -import reqto -import time import bs4 import itertools import re +import reqto +import sys +import time import validators from fba import *