From 19e582203b515be271aa8cc169611987551139df Mon Sep 17 00:00:00 2001 From: doctor_dev Date: Fri, 30 May 2025 18:21:40 +0000 Subject: [PATCH] starting work on option 10 - again --- scripts/lantern.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lantern.py b/scripts/lantern.py index 1f6a556..db178b8 100644 --- a/scripts/lantern.py +++ b/scripts/lantern.py @@ -537,7 +537,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()