]> jfr.im git - z_archive/twitter.git/commitdiff
Removed extra line
authorMike Verdone <redacted>
Sat, 7 Mar 2009 04:19:15 +0000 (21:19 -0700)
committerMike Verdone <redacted>
Sat, 7 Mar 2009 04:19:15 +0000 (21:19 -0700)
twitter/api.py
twitter/ircbot.py

index 38e3430d561614151acfc316250df2068548d2ff..5b201d56c2e6fbfe1267bb7c62a82bbfbbc4d863 100644 (file)
@@ -54,7 +54,6 @@ class TwitterCall(object):
         if id:
             uri += "/%s" %(id)
 
-        encoded_kwargs = urlencode(kwargs.items())
         argStr = ""
         argData = None
         encoded_kwargs = urlencode(kwargs.items())
index e882ba7433206eaef42e5151075fcb47cf0582ba..a10a5f175a6f2ae8145621a2a2a8055a43504379 100644 (file)
@@ -250,16 +250,15 @@ def load_config(filename):
 
     return cp
 
-
-# Howdy, hacker!! You've found the secret Twitter business model!!
-#
-# 1. provide awesome status-update service
-# 2. buy a lot of new hardware to keep it running
-# 3. ???
-# 4. profit!
+# So there was a joke here about the twitter business model
+# but I got rid of it. Not because I want this codebase to
+# be "professional" in any way, but because someone forked
+# this and deleted the comment because they couldn't take
+# a joke. Hi guy!
 #
-# I'm just kidding... :3
-
+# Fact: The number one use of Google Code is to look for that
+# comment in the Linux kernel that goes "FUCK me gently with
+# a chainsaw." Pretty sure Linus himself wrote it.
 
 def main():
     configFilename = "twitterbot.ini"