Incorrect import in README #1

Closed
opened 2021-11-17 04:13:20 +00:00 by sanj · 2 comments
Collaborator

README example for python import says:

import pandora_client
item_id = pandora_client.upload(...

This should probably be:

import pandora_upload
item_id = pandora_upload.upload(...

cc @j :)

README example for python import says: import pandora_client item_id = pandora_client.upload(... This should probably be: import pandora_upload item_id = pandora_upload.upload(... cc @j :)
Author
Collaborator

(if you give me write access to the repo, happy to make a PR)

(if you give me write access to the repo, happy to make a PR)
Owner

you now have write access

you now have write access
j referenced this issue from a commit 2023-06-07 22:49:35 +00:00
j closed this issue 2023-06-07 22:49:35 +00:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/pandora-upload#1
No description provided.