fix import, closes #1

This commit is contained in:
j 2023-06-07 22:49:35 +00:00
parent d2e548fb92
commit 6bfa02bd67
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ pandora-upload -h http://pandora/api/ -m "title=This is an example" -m "date=202
or you can use pandora-upload in a python script:
``` python
import pandora_client
item_id = pandora_client.upload(
import pandora_upload
item_id = pandora_upload.upload(
'http://pandora/api/',
['/home/example/Videos/video.mp4'],
{