Skip to content

Commit 309abed

Browse files
committed
Add TSB 10
1 parent 04b81ec commit 309abed

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

remove_coi_blocked.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
from RemoveBase import RemoveBlocked
2+
3+
if __name__ == "__main__":
4+
rmBlocked = RemoveBlocked(log_name="block_coi_removed_may_26_2020.txt",
5+
category="User talk pages with conflict of interest notices",
6+
target="[[Category:User talk pages with conflict of interest notices|{{PAGENAME}}]]",
7+
brfa="TheSandBot 10", trial=True)
8+
try:
9+
rmBlocked.run()
10+
except KeyboardInterrupt:
11+
print("\n")

0 commit comments

Comments
 (0)