Browse Source

Uncomment upload lines commented by error

pull/46/head
LecygneNoir 4 years ago
parent
commit
2a624e1d9b
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      prismedia_upload.py

+ 4
- 4
prismedia_upload.py View File

@ -239,7 +239,7 @@ if __name__ == '__main__':
print(sys.version)
print(options)
#if options.get('--platform') is None or "peertube" in options.get('--platform'):
# pt_upload.run(options)
#if options.get('--platform') is None or "youtube" in options.get('--platform'):
# yt_upload.run(options)
if options.get('--platform') is None or "peertube" in options.get('--platform'):
pt_upload.run(options)
if options.get('--platform') is None or "youtube" in options.get('--platform'):
yt_upload.run(options)

Loading…
Cancel
Save