]> jfr.im git - z_archive/twitter.git/commitdiff
Reverting the change for the JSON formatter, pointless here
authorReventlov <redacted>
Fri, 15 Aug 2014 17:45:42 +0000 (19:45 +0200)
committerMike Verdone <redacted>
Sat, 30 Aug 2014 14:17:40 +0000 (16:17 +0200)
twitter/cmdline.py

index 264350a5c8b053c511027648657850287a5e3ec2..d0882d1a93dbfe70bce01b3138971736c555d81e 100755 (executable)
@@ -237,7 +237,7 @@ class VerboseStatusFormatter(object):
 
 class JSONStatusFormatter(object):
     def __call__(self, status, options):
-         status['text'] = gHtmlParser.unescape(correctRTStatus(status))
+         status['text'] = gHtmlParser.unescape(status['text'])
          return json.dumps(status)
 
 class URLStatusFormatter(object):