Browse Source

fix error message

pull/34/head
Zykino 5 years ago
committed by Rigel Kent
parent
commit
c1f3e56261
Signed by untrusted user: rigelk GPG Key ID: EA12971B0E438F36
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      prismedia_upload.py

+ 1
- 1
prismedia_upload.py View File

@ -172,7 +172,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