From 9b99ebbd6b03eec63f61e31d9b98cf8e98fe3fd7 Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Sun, 9 Feb 2025 00:43:03 +0300 Subject: [PATCH] Fix workflow --- .github/workflows/create-lists.yml | 2 +- convert.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/create-lists.yml b/.github/workflows/create-lists.yml index 31b3ac3..f7ae071 100644 --- a/.github/workflows/create-lists.yml +++ b/.github/workflows/create-lists.yml @@ -31,7 +31,7 @@ jobs: -v ${{ github.workspace }}/Services:/app/Services \ -v ${{ github.workspace }}/SRS:/app/SRS \ -v ${{ github.workspace }}/DAT:/app/DAT \ - itdoginfo/compilesrs:0.1.7 + itdoginfo/compilesrs:0.1.8 - name: Check Russia/inside-dnsmasq-ipset uses: itdoginfo/dnsmasq-action@0.1 diff --git a/convert.py b/convert.py index d82bf98..2b81537 100755 --- a/convert.py +++ b/convert.py @@ -445,8 +445,6 @@ if __name__ == '__main__': # Sing-box subnets generate_srs_subnets(TelegramSubnets) - # generate_srs_subnets(TwitterSubnets) - # generate_srs_subnets(MetaSubnets) generate_srs_combined(DiscordSubnets, "Services/meta.lst") generate_srs_combined(TwitterSubnets, "Services/twitter.lst")