[WS] Fix network.py unimported log

git-svn-id: svn://kolibrios.org@9372 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Magomed Kostoev (mkostoevr) 2021-12-03 16:42:39 +00:00
parent 4423618681
commit 1c7686b129

View File

@ -1,4 +1,5 @@
import urllib.request
from .logging import log
def download(link, path):
log(f"Downloading {path}... ", end = "")