From faf9ee159b81603c49e7aa6b6d0f2f7577bf2fa6 Mon Sep 17 00:00:00 2001 From: yajiwa <839790708@qq.com> Date: Wed, 18 May 2022 23:10:12 +0800 Subject: [PATCH] update wordclouds url --- plugins/word_clouds/data_source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/word_clouds/data_source.py b/plugins/word_clouds/data_source.py index bbf89334..0d7bf294 100644 --- a/plugins/word_clouds/data_source.py +++ b/plugins/word_clouds/data_source.py @@ -78,7 +78,7 @@ async def draw_word_cloud(messages, config): except: return False if not wordcloud_stopwords_dir.exists(): - stopword_url = 'https://github.com/HibiKier/zhenxun_bot/blob/main/resources/text/wordcloud/stopwords.txt' + stopword_url = 'https://ghproxy.com/https://raw.githubusercontent.com/HibiKier/zhenxun_bot/main/resources/text/wordcloud/stopwords.txt' try: await AsyncHttpx.download_file(stopword_url, wordcloud_stopwords_dir) except: