mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -07:00
Fix print statement
This commit is contained in:
parent
f895446547
commit
bd385176e7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ from core.utils import server_responding
|
|||
core.initialize()
|
||||
|
||||
# label = core.TORRENT_CLASS.core.get_torrent_status("f33a9c4b15cbd9170722d700069af86746817ade", ["label"]).get()['label']
|
||||
# print label
|
||||
# print(label)
|
||||
|
||||
if transcoder.is_video_good(core.TEST_FILE, 0):
|
||||
print("FFPROBE Works")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue