We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b81ec commit 309abedCopy full SHA for 309abed
remove_coi_blocked.py
@@ -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