]> jfr.im git - z_archive/twitter.git/commitdiff
Agent string as provided by Twitter
authorMike Verdone <redacted>
Mon, 16 Feb 2009 08:00:06 +0000 (01:00 -0700)
committerMike Verdone <redacted>
Mon, 16 Feb 2009 08:00:06 +0000 (01:00 -0700)
twitter/cmdline.py

index 10c91d99a3e743dee1d757487ec7fd8f9a4af5d2..061c0f2d04d1c1189367e95ff575b23c0bc1aa3e 100644 (file)
@@ -49,8 +49,9 @@ from ConfigParser import SafeConfigParser
 
 from api import Twitter, TwitterError
 
-# Wait on Twitter people to provide this string...
-AGENT_STR = None
+# Please don't change this, it was provided by the fine folks at Twitter.
+# If you change it, it will not work.
+AGENT_STR = "twittercommandlinetoolpy"
 
 options = {
     'email': None,