mirror of
https://github.com/ytisf/theZoo.git
synced 2025-12-05 20:19:57 -08:00
Upgrading to version 0.5.
A bit more order in the code and added tasks for later on.
This commit is contained in:
@@ -14,7 +14,7 @@ class MuchSearch(object):
|
||||
i += 1
|
||||
return m
|
||||
|
||||
def PrintPayloads(self, m):
|
||||
def print_payloads(self, m):
|
||||
'''
|
||||
:todo: Need to get this function much smaller.
|
||||
apparently i was way too sleepy to write code...
|
||||
|
||||
@@ -83,7 +83,7 @@ class Controller:
|
||||
if len(self.vip) > 0:
|
||||
ar = manySearch.sort(ar, globals.vars.column_for_vip, self.vip)
|
||||
printController = manysearches.MuchSearch()
|
||||
printController.PrintPayloads(ar)
|
||||
printController.print_payloads(ar)
|
||||
self.MainMenu()
|
||||
|
||||
if re.match('^set', cmd):
|
||||
|
||||
Reference in New Issue
Block a user