Modified sher.py

- Removed line in output to use it for other script (piping)
pull/8/head
Julius 6 years ago
parent 879af60f73
commit 7cfdca0b62

@ -51,7 +51,6 @@ def main():
for engine in engines:
for res in engine.search(query):
print(res)
print('- - - - -')
if not options.loop:
break

Loading…
Cancel
Save