update to findMedia api
This commit is contained in:
parent
eeaf7d62ce
commit
fcbe201edc
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ config = json.load(open(os.path.expanduser('~/.ox/client.json')))
|
|||
api.signin(username=config['username'], password=config['password'])
|
||||
|
||||
def get_files(item):
|
||||
files = api.findFiles({
|
||||
files = api.findMedia({
|
||||
"keys": [
|
||||
"selected",
|
||||
#"path",
|
||||
|
|
Loading…
Reference in a new issue