Update fw_downloads.py

This commit is contained in:
duffbeer2000 2020-02-03 14:28:07 +01:00
parent ec2bdcc273
commit 5177e5e24a

View File

@ -5,6 +5,8 @@ compatible with python 3.
"""
import os, json, requests, re, time
from datetime import datetime
try:
from urllib.request import urlopen, urlretrieve
except ImportError: