1
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:
Dionysus 2023-05-27 17:13:31 -04:00
parent d5b626ac13
commit e9af84c009
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -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')