From abb3f97a9123d386c0a2f481461ceaca00c3bd94 Mon Sep 17 00:00:00 2001 From: doctor_dev Date: Fri, 30 May 2025 18:22:29 +0000 Subject: [PATCH] another minor fix on the option 4 --- scripts/lantern.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lantern.py b/scripts/lantern.py index 521143d..304afc9 100644 --- a/scripts/lantern.py +++ b/scripts/lantern.py @@ -535,7 +535,7 @@ Maintenance: print_colors('[+] Syncing official webrings to local webrings') - webring_df = verify_official_participants_registered() + webring_df = get_local_webring_participants() current_instance = get_current_instance()