Browse Source

fix merge: function name changed

develop
Zykino 5 years ago
parent
commit
95f6bc930f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/pt_upload.py

+ 1
- 1
lib/pt_upload.py View File

@ -110,7 +110,7 @@ def upload_video(oauth, secret, options):
("licence", "1"),
("description", options.get('--description') or "default description"),
("nsfw", str(int(options.get('--nsfw')) or "0")),
("videofile", get_videofile(path))
("videofile", get_file(path))
]
if options.get('--tags'):

Loading…
Cancel
Save