From dab6a622dc0bc8f0005f4efb416d2af67f98ee16 Mon Sep 17 00:00:00 2001 From: Akshatha Nayak Date: Wed, 8 Feb 2017 16:55:41 +0530 Subject: [PATCH] Update socli.py --- socli/socli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)