mirror of
https://github.com/danieldemus/deconz_fw_downloader.git
synced 2025-01-10 15:12:00 +01:00
Update fw_downloads.py
This commit is contained in:
parent
ec2bdcc273
commit
5177e5e24a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user