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:
|
or you can use pandora-upload in a python script:
|
||||||
|
|
||||||
``` python
|
``` python
|
||||||
import pandora_client
|
import pandora_upload
|
||||||
item_id = pandora_client.upload(
|
item_id = pandora_upload.upload(
|
||||||
'http://pandora/api/',
|
'http://pandora/api/',
|
||||||
['/home/example/Videos/video.mp4'],
|
['/home/example/Videos/video.mp4'],
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue