mirror of
git://git.acid.vegas/IRCP.git
synced 2024-11-23 00:16:41 +00:00
Removed break on missing results
This commit is contained in:
parent
d5b626ac13
commit
e9af84c009
@ -50,9 +50,6 @@ if len(sys.argv) >= 2:
|
|||||||
elif type(data) == list:
|
elif type(data) == list:
|
||||||
for item in data:
|
for item in data:
|
||||||
print(parse(item, raw))
|
print(parse(item, raw))
|
||||||
else:
|
|
||||||
print(f'error: \'{check}\' is an invalid or missing field')
|
|
||||||
break
|
|
||||||
print(f'\nFound {found} results in {len(logs)} logs')
|
print(f'\nFound {found} results in {len(logs)} logs')
|
||||||
else:
|
else:
|
||||||
print('usage: python parser.py <field> [clean]\n')
|
print('usage: python parser.py <field> [clean]\n')
|
||||||
|
Loading…
Reference in New Issue
Block a user