From bd385176e7683df614802f34eb627bcfd3e811ce Mon Sep 17 00:00:00 2001 From: Labrys of Knossos Date: Wed, 26 Dec 2018 11:39:21 -0500 Subject: [PATCH] Fix print statement --- tests/general.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/general.py b/tests/general.py index f6e4f35a..5552e196 100755 --- a/tests/general.py +++ b/tests/general.py @@ -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")