add 'pandora_client install_programs update'
This commit is contained in:
parent
b950c187f4
commit
506df5939f
2 changed files with 10 additions and 7 deletions
|
|
@ -37,7 +37,7 @@ if __name__ == '__main__':
|
|||
parser.print_help()
|
||||
sys.exit(1)
|
||||
|
||||
actions = ('scan', 'sync', 'upload', 'upload_frames', 'extract', 'clean', 'cmd', 'import_srt', 'upload_document')
|
||||
actions = ('scan', 'sync', 'upload', 'upload_frames', 'extract', 'clean', 'cmd', 'import_srt', 'upload_document', 'install_programs')
|
||||
config = ('config', 'add_volume')
|
||||
server = ('server', 'client')
|
||||
if not args or args[0] not in actions + config + server:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue