File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 22
33if __name__ == "__main__" :
44 rmBlocked = RemoveUnblocked (log_name = "unblocked_removed_mar_17_2020.txt" ,
5- category = "[[:Category:Wikipedians who are indefinitely blocked for promotional user names]]" ,
6- target = "[[Category:Wikipedians who are indefinitely blocked for promotional user names|{{PAGENAME}}]]" ,
7- brfa = "TheSandBot 7" )
8- rmBlocked .run ()
5+ category = "Wikipedians who are indefinitely blocked for promotional user names" ,
6+ target = "[[Category:Wikipedians who are indefinitely blocked for promotional user names|{{PAGENAME}}]]" ,
7+ backup_target = "[[Category:Wikipedians who are indefinitely blocked for promotional user names||{{PAGENAME}}]]" ,
8+ brfa = "TheSandBot 7" )
9+ try :
10+ rmBlocked .run ()
11+ except KeyboardInterrupt :
12+ print ("\n " )
You can’t perform that action at this time.
0 commit comments