Skip to content

Commit

Permalink
Fixing a typo in constructing a multi-token query term
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew A. Russell committed Mar 10, 2011
1 parent f3b3677 commit f059105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe__search.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import json
import twitter

Q = ' '.join(sys.argv[1])
Q = ' '.join(sys.argv[1:])

MAX_PAGES = 15
RESULTS_PER_PAGE = 100
Expand Down

0 comments on commit f059105

Please sign in to comment.