Skip to content

Commit 6de3e8e

Browse files
author
Aaron Gonzales
committed
updated syntax to be compatible with py3.3>
1 parent 431f9f5 commit 6de3e8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/twitter_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def main():
145145

146146
logger.debug(json.dumps(config_dict, indent=4))
147147

148-
rs = ResultStream(**stream_params, tweetify=False)
148+
rs = ResultStream(tweetify=False, **stream_params)
149149

150150
logger.debug(str(rs))
151151

0 commit comments

Comments
 (0)