typo
This commit is contained in:
parent
005244a187
commit
0fc45e4a53
2 changed files with 2 additions and 2 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -8,7 +8,7 @@ Standards-Version: 3.9.1
|
|||
|
||||
Package: pandora-client
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, ${python3:Depends}, ffmpeg2theora, ffmpeg | libav-tools
|
||||
Depends: python3, ${misc:Depends}, ${python3:Depends}, ffmpeg2theora, ffmpeg | libav-tools
|
||||
Description: pandora_client is a commandline client for pan.do/ra.
|
||||
You can use it to import videos into a pan.do/ra system.
|
||||
|
||||
|
|
|
@ -816,7 +816,7 @@ class Client(object):
|
|||
})['data']['items'] if f['extension'] in DOCUMENT_FORMATS]
|
||||
o += chunk
|
||||
missing = list(set((f['id'], f['item']) for f in files))
|
||||
availabale = set()
|
||||
available = set()
|
||||
total = len(missing)
|
||||
ids = [m[0] for m in missing]
|
||||
o = 0
|
||||
|
|
Loading…
Reference in a new issue