Skip to content
Snippets Groups Projects
Commit 3a50703e authored by Waldir Pimenta's avatar Waldir Pimenta
Browse files

Not really optional

If we do change it later, then we can update the readme accordingly.
parent 74624b19
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,7 @@ or the ...@@ -101,7 +101,7 @@ or the
# Initialize Site object # Initialize Site object
import mwclient import mwclient
site = mwclient.Site('commons.wikimedia.org') site = mwclient.Site('commons.wikimedia.org')
site.login(username, password) # Optional site.login(username, password)
# Edit page # Edit page
page = site.Pages['Commons:Sandbox'] page = site.Pages['Commons:Sandbox']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment