richardpenman / whois

MIT License
382 stars 187 forks source link

Update parser.py #203

Closed adamcysec closed 8 months ago

adamcysec commented 9 months ago

fix IndentationError caused by an incomplete if statement on line 3373.

python error:

Exception has occurred: IndentationError
expected an indented block after 'if' statement on line 3373 (parser.py, line 3376)
rambocoder commented 8 months ago

Yes please!

PratikBodawala commented 8 months ago

Hello @richardpenman, If possible, Could you please review this PR and merge it?