Skip to content

Commit

Permalink
Use vote sorting instead of the default relevance.
Browse files Browse the repository at this point in the history
  • Loading branch information
jericson committed Aug 20, 2016
1 parent 730d523 commit cc87c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socli/socli.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


# Global vars: # Global vars:
DEBUG = False # Set True for enabling debugging DEBUG = False # Set True for enabling debugging
soqurl = "http://stackoverflow.com/search?q=" # Query url soqurl = "http://stackoverflow.com/search?tab=votes&q=" # Query url
sourl = "http://stackoverflow.com" # Site url sourl = "http://stackoverflow.com" # Site url
rn = -1 # Result number (for -r and --res) rn = -1 # Result number (for -r and --res)
ir = 0 # interactive mode off (for -i arg) ir = 0 # interactive mode off (for -i arg)
Expand Down

1 comment on commit cc87c31

@gautamkrishnar
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow 😄 Looking cool... Please submit a PR when you are ready...

Please sign in to comment.