fix import, closes #1
This commit is contained in:
parent
d2e548fb92
commit
6bfa02bd67
1 changed files with 2 additions and 2 deletions
|
@ -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'],
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue