changed username and url to dummy-entries

added comments for settings
This commit is contained in:
Marcus "Chaosblog 2012-01-19 19:35:43 +01:00
parent e3b3e3a11e
commit 124ec19cf8
1 changed files with 4 additions and 4 deletions

View File

@ -7,10 +7,10 @@ import xmlrpclib
import subprocess
XMLRPC_ENDPOINT = 'http://iron-blogger.mit.edu/xmlrpc.php'
USER = 'nelhage'
BLOG_ID = 1
PAGE_ID = 16
XMLRPC_ENDPOINT = 'http://blog-URL.tld/xmlrpc.php' # Wordpress RPC-URL - e.g. http://chaosblog.wordpress.com/xmlrpc.php
USER = 'username' # wordpress-username
BLOG_ID = 0
PAGE_ID = 12
try:
subprocess.call(['stty', '-echo'])