Skip to content

Commit bf8c776

Browse files
committed
formatting
1 parent d36ff0b commit bf8c776

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/playback/torrents_info.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -482,14 +482,14 @@ def set_temp_path(t, temp_path):
482482
if temp_path is None:
483483
return
484484

485-
print(" ", t.download_path, "-->", temp_path)
485+
print(" ", t.download_path, "-->", temp_path)
486486
qbt_client.torrents_set_download_path(str(temp_path), torrent_hashes=[t.hash])
487487

488488
def set_download_path(t, download_path):
489489
if download_path is None:
490490
return
491491

492-
print(" ", t.save_path, "==>", download_path)
492+
print(" ", t.save_path, "==>", download_path)
493493
qbt_client.torrents_set_save_path(str(download_path), torrent_hashes=[t.hash])
494494

495495
for idx, t in enumerate(torrents):

0 commit comments

Comments
 (0)