indent block fail :x, no more triple output

This commit is contained in:
0rax 2013-11-07 00:41:36 +01:00
parent 69428a7279
commit 4c5bd8efa5
1 changed files with 3 additions and 2 deletions

1
cheat
View File

@ -195,6 +195,7 @@ class CheatSheets(object):
def search(self, term):
"""Search for a term in sheetcheats"""
for cheat in self.sheets.keys():
print cheat
output = ''
for block in self.__parse_cheat_command_block(cheat):
if term in block: