From 82f25e9798330cea202982e9a27444a91cc44b38 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Fri, 6 May 2022 15:43:25 +0300 Subject: [PATCH] hotfix update --- horsy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horsy.py b/horsy.py index 0cf68a4..bca415b 100644 --- a/horsy.py +++ b/horsy.py @@ -47,7 +47,7 @@ except: 'If you installed it just now, please restart PC.') if int(request.get('https://github.com/horsy-ml/horsy/raw/master/web_vars/version').text) > version: - from modules.download import dl + from ezzdl.download import dl import urllib.request print('New version available!') input('Press enter to update...')