User:Lowercase sigmabot II/Source.py: Difference between revisions

Content deleted Content added
Updating source) (bot
Updating source) (bot
Line 1:
Source as of 0905:0715, 2917 NovemberDecember 2013 (UTC).
 
== Sandbot1.py ==
Line 75:
return
for sandbox in self.SANDBOXES:
print(sandbox)
box = self.api.page(sandbox)
if box.revision_user.name == "Lowercase sigmabot II":
Line 85 ⟶ 84:
if __name__ == "__main__":
main()
api.logout()
 
</source>