mirror of
https://git.lecygnenoir.info/LecygneNoir/prismedia.git
synced 2025-10-03 17:39:16 +02:00
Uncomment upload lines commented by error
This commit is contained in:
parent
2b00d65546
commit
2a624e1d9b
1 changed files with 4 additions and 4 deletions
|
@ -239,7 +239,7 @@ if __name__ == '__main__':
|
||||||
print(sys.version)
|
print(sys.version)
|
||||||
print(options)
|
print(options)
|
||||||
|
|
||||||
#if options.get('--platform') is None or "peertube" in options.get('--platform'):
|
if options.get('--platform') is None or "peertube" in options.get('--platform'):
|
||||||
# pt_upload.run(options)
|
pt_upload.run(options)
|
||||||
#if options.get('--platform') is None or "youtube" in options.get('--platform'):
|
if options.get('--platform') is None or "youtube" in options.get('--platform'):
|
||||||
# yt_upload.run(options)
|
yt_upload.run(options)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue