Skip to content

Requests not available  #7

@sayr777

Description

@sayr777

I run

from postpython.core import PostPython
runner = PostPython('test1.json')
runner.RequestMethods.help()

response

Traceback (most recent call last):
  File "C:\Python\Python36-32\lib\site-packages\IPython\core\interactiveshell.py", line 2910, in run_code
    exec(code_obj, self.user_global_ns, self.user_ns)
  File "<ipython-input-18-76c0bbfcceaf>", line 1, in <module>
    runner.RequestMethods.help()
  File "C:\Python\Python36-32\lib\site-packages\postpython\core.py", line 52, in __getattr__
    similar = difflib.get_close_matches(item, self.__folders)[0]
IndexError: list index out of range

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions