From cb2b621a52ea94c4f396cb8d9b629247f193d30d Mon Sep 17 00:00:00 2001 From: dengrb1 <125752069+dengrb1@users.noreply.github.com> Date: Fri, 26 May 2023 17:53:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E7=BA=BF=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- downloads_update_now.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/downloads_update_now.py b/downloads_update_now.py index ae0f60b..850c8c1 100644 --- a/downloads_update_now.py +++ b/downloads_update_now.py @@ -3,6 +3,11 @@ import json import os from tqdm import tqdm import threading +from time import sleep + + +print('在使用在线更新时,请安装steam++加速github才可以加速下载') +sleep(1) url = 'https://api.github.com/repos/dengrb1/chatgpt/releases/latest'