gateway-finder-imp icon indicating copy to clipboard operation
gateway-finder-imp copied to clipboard

Fix typo in print function

Open snovvcrash opened this issue 3 years ago • 1 comments

Fixed typo in print function. The printc function was used instead of print which was causing the following exception to be raised:

Traceback (most recent call last):
  File "./gateway-finder-imp.py", line 494, in <module>
    addresses = load_objects_new(args)
  File "./gateway-finder-imp.py", line 95, in load_objects_new
    printc('[-] \t%d. This line does not contain valid MAC: "%s"' % (i,paint_s(lines[i],'orange')) )
TypeError: printc() missing 1 required positional argument: 'color'

snovvcrash avatar Dec 14 '20 09:12 snovvcrash

Please save everyone some heartache and merge this!

PowerPress avatar Nov 08 '22 19:11 PowerPress

Thank you for a PR. Merged

whitel1st avatar Jan 28 '24 16:01 whitel1st