Skip to content

grepX 1.3

Compare
Choose a tag to compare
@DevanshRaghav75 DevanshRaghav75 released this 25 Jul 10:44
· 13 commits to main since this release
610e056
  • Removed unwanted spaces while printing and saving outputs

grepX was printing like this:

https://urls.com

https://urls.co.in

Now after this fix grepX is printing like this:

https:/urls.com
https://urls.co.in

This problem is fixed by using sep='', end=''