Skip to content

Commit bd5d72a

Browse files
authored
Update PlexPreferNonForcedSubs.py
1 parent de8c687 commit bd5d72a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

PlexPreferNonForcedSubs.py

-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
from plexapi.server import PlexServer
22
import requests
33
import xml.etree.ElementTree as ET
4-
#import pdb //enable for debugging
5-
#pdb.set_trace() //insert where to start debugging, press n to proceed to next line
64

75
# Connect to the Plex server
86
baseurl = 'http://localhost:32400'
@@ -57,6 +55,3 @@
5755
print(f'{show.title} - {episode.title}: No English subtitles found. No subtitle changes.')
5856
else:
5957
print(f'{show.title} - {episode.title}: No subtitle changes.')
60-
61-
62-
#input("Press [Enter] to continue.") //enable to stop window from closing on completion

0 commit comments

Comments
 (0)