]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 3 Jun 2023 16:31:21 +0000 (18:31 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 3 Jun 2023 16:31:21 +0000 (18:31 +0200)
- sorted import members
- added missing 'import sys'

fetch_blocks.py

index bfc2838f34c0df2354f00506f8f88101961211b6..d8c33e099295ceacf4e70fa862300a1699bab13e 100755 (executable)
 # You should have received a copy of the GNU Affero General Public License
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-import reqto
-import time
 import bs4
 import itertools
 import re
+import reqto
+import sys
+import time
 import validators
 from fba import *