File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,10 @@ def run(self):
6262 for page in self .category :
6363 if page .title () == "Template:Uw-corpname" :
6464 continue
65- if counter >= self .count :
66- print ("\n \n DONE TRIAL\n \n " )
67- return
65+ if self .trial :
66+ if counter >= self .count :
67+ print ("\n \n DONE TRIAL\n \n " )
68+ return
6869 try :
6970 user = self .generate_user (page )
7071 except AttributeError :
Original file line number Diff line number Diff line change 44 rmBlocked = RemoveBlocked (log_name = "block_coi_removed_may_26_2020.txt" ,
55 category = "User talk pages with conflict of interest notices" ,
66 target = "[[Category:User talk pages with conflict of interest notices|{{PAGENAME}}]]" ,
7- brfa = "TheSandBot 10" , trial = True , count = 36 )
7+ brfa = "TheSandBot 10" )
88 try :
99 rmBlocked .run ()
1010 except KeyboardInterrupt :
You can’t perform that action at this time.
0 commit comments