Browse Source

fix error message

pull/21/head
Zykino 5 years ago
parent
commit
617e989154
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      prismedia_upload.py

+ 1
- 1
prismedia_upload.py View File

@ -174,7 +174,7 @@ if __name__ == '__main__':
Optional('--description'): Or(None, And(
str,
lambda x: not x.isdigit(),
error="The video name should be a string")
error="The video description should be a string")
),
Optional('--tags'): Or(None, And(
str,

Loading…
Cancel
Save