From af5a032bd4ff8e57be562b94ca73de1a93ba34cd Mon Sep 17 00:00:00 2001 From: gzqx <24262751+gzqx@users.noreply.github.com> Date: Wed, 6 Mar 2024 18:29:05 +0800 Subject: [PATCH] remove some test command --- stupid_rss_generator.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stupid_rss_generator.pl b/stupid_rss_generator.pl index 015ee8f..f50ed85 100644 --- a/stupid_rss_generator.pl +++ b/stupid_rss_generator.pl @@ -203,7 +203,7 @@ sub updateBooks{ } } $targetBook->{LastChapterFetched}++; - last; # for testing + #last; # for testing sleep(20); #Prevent been blocked for too much request } }else{