| changeset 987 | 18cb05f027a0 |
| parent 982 | 11c1322cffe6 |
| child 1031 | 5d301c2ddb89 |
--- a/script/rest/search_twitter.py Wed Nov 13 14:17:21 2013 +0100 +++ b/script/rest/search_twitter.py Wed Nov 13 17:55:34 2013 +0100 @@ -39,7 +39,7 @@ if __name__ == "__main__": - (options, args) = get_options() + options = get_options() access_token = utils.get_oauth_token(consumer_key=options.consumer_key, consumer_secret=options.consumer_secret, token_file_path=options.token_filename) auth = get_auth(options, access_token)