diff --git a/socli/socli.py b/socli/socli.py index a6673bf..749876d 100644 --- a/socli/socli.py +++ b/socli/socli.py @@ -15,7 +15,7 @@ # Global vars: DEBUG = False # Set True for enabling debugging -soqurl = "http://stackoverflow.com/search?tab=votes&q=" # Query url +soqurl = "http://stackoverflow.com/search?q=" # Query url sourl = "http://stackoverflow.com" # Site url rn = -1 # Result number (for -r and --res) ir = 0 # interactive mode off (for -i arg)