From 124ec19cf8d99725ac6777a0058bc11a8ba6d850 Mon Sep 17 00:00:00 2001 From: "Marcus \"Chaosblog" Date: Thu, 19 Jan 2012 19:35:43 +0100 Subject: [PATCH] changed username and url to dummy-entries added comments for settings --- update-participants.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/update-participants.py b/update-participants.py index 21980a1..b47ef7c 100755 --- a/update-participants.py +++ b/update-participants.py @@ -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'])