mirror of
git://git.acid.vegas/IRCP.git
synced 2024-11-22 16:06: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:
|
||||
for item in data:
|
||||
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')
|
||||
else:
|
||||
print('usage: python parser.py <field> [clean]\n')
|
||||
|
Loading…
Reference in New Issue
Block a user