Skip to content

Indentation error #7

Description

@philippweder

I tried to run the code example to access the API with python. Unfortunately, I have run into the following problem: Executing the command
from vrmapi.vrm import VRM_API
leads to this error message

Traceback (most recent call last):

  File "/opt/conda/lib/python3.8/site-packages/IPython/core/interactiveshell.py", line 3437, in run_code
    exec(code_obj, self.user_global_ns, self.user_ns)

  File "<ipython-input-88-38481c48a19a>", line 1, in <module>
    from vrmapi.vrm import VRM_API

  File "/opt/conda/lib/python3.8/site-packages/vrmapi/vrm.py", line 169
    stats = self._send_query_request(request_url, data_dict=data_dict )
                                                                       ^
TabError: inconsistent use of tabs and spaces in indentation

So, apparently, there is an indentation problem in the code.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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