| changeset 886 | 1e110b03ae96 |
| parent 693 | 2ef837069108 |
| parent 763 | bc29a6fbb8e8 |
| child 888 | 6fc6637d8403 |
--- a/script/utils/merge_tweets.py Sun Apr 21 10:07:03 2013 +0200 +++ b/script/utils/merge_tweets.py Sun Apr 21 21:54:24 2013 +0200 @@ -31,7 +31,9 @@ return parser.parse_args() if __name__ == "__main__": - + + sys.stdout = codecs.getwriter(sys.stdout.encoding)(sys.stdout) + options = get_option() access_token = None