mirror of
https://github.com/danieldemus/deconz_fw_downloader.git
synced 2026-07-28 21:34:21 +02:00
Update fw_downloads.py
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user