mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
bumped from three pages to five pages
This commit is contained in:
parent
d75bb85955
commit
d60ad9391b
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ def github_gist_search_main(query, **kwargs):
|
|||
verbose = kwargs.get("verbose", False)
|
||||
thread = kwargs.get("do_threading", False)
|
||||
proc_num = kwargs.get("proc_num", 5)
|
||||
page_set = kwargs.get("page_set", (1, 2, 3))
|
||||
page_set = kwargs.get("page_set", (1, 2, 3, 4, 5))
|
||||
total_found = 0
|
||||
|
||||
if verbose:
|
||||
|
|
|
|||
Loading…
Reference in a new issue