Skip to content

Getting error while running api_connector script #1

@PoojaPandey3

Description

@PoojaPandey3

Error occurred.
Got this message while running the api_connector.py script
```
def send_data_to_api(self, files):
for file in files:
data = self.get_data_from_file(file)
print("data:", data)
if self.post_request_api(data):
print("Data Updated")
else:
print("Error occurred")``

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