Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit a5ac5a5

Browse files
committed
fix: 修复定时任务意外报错
1 parent d3437e7 commit a5ac5a5

File tree

3 files changed

+4
-48
lines changed

3 files changed

+4
-48
lines changed

.github/workflows/build_extra_scripts_get_whois_server_list.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ jobs:
2929
cache-dependency-path: |
3030
**/requirements*.txt
3131
32+
# 安装项目依赖 单独安装 whois21 是避免 whois21_query 插件加载时报错,构建的时候是删除这个插件的
3233
- name: Install dependencies
3334
run: |
3435
pip install -r extra-scripts/get-whois-server-list/requirements.txt
36+
pip install whois21
3537
3638
- name: Build Executable with Nuitka on Linux
3739
if: matrix.os == 'ubuntu-latest'

.github/workflows/check_travellings_cn_project.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: Check travellings-cn-Project expiration domain
1+
# This is an additional periodic task to check the expiration of the travellings-cn-Project domain.
2+
name: Periodic Check travellings-cn-Project expiration domain
23
on:
34
workflow_dispatch:
45
schedule:

.github/workflows/fast_check_travellings_cn_project.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)