changs
This commit is contained in:
@@ -41,7 +41,8 @@ def proxyfind(sqlite = None, urignore=None):
|
||||
search = search + random.choice(search_terms)
|
||||
|
||||
if not len(search): return
|
||||
search_args = [ 'category=general', 'time_range=%s' % random.choice(['day','week','month','year']), 'q=%s' % urllib.quote_plus(search) ]
|
||||
#search_args = [ 'category=general', 'time_range=%s' % random.choice(['day','week','month','year']), 'q=%s' % urllib.quote_plus(search) ]
|
||||
search_args = [ 'category=general', 'time_range=%s' % random.choice(['day','week']), 'q=%s' % urllib.quote_plus(search) ]
|
||||
random.shuffle(search_args)
|
||||
search_arg = '&'.join(search_args)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user