nahamsec/JSParser

Tornado & StringIO error

Closed this issue · 0 comments

I have solved two issue by reading the issue list

  1. By adding this code EdOverflow gave earlier
try:
    from StringIO import StringIO
except ImportError:
    from io import StringIO
  1. By changing torando with tornado<=5.1

But still i am facing an error mention below
Please help me to get rid out of this

image