Skip to content

Commit

Permalink
Update PlexPreferNonForcedSubs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RileyXX authored Apr 23, 2023
1 parent de8c687 commit bd5d72a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions PlexPreferNonForcedSubs.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from plexapi.server import PlexServer
import requests
import xml.etree.ElementTree as ET
#import pdb //enable for debugging
#pdb.set_trace() //insert where to start debugging, press n to proceed to next line

# Connect to the Plex server
baseurl = 'http://localhost:32400'
Expand Down Expand Up @@ -57,6 +55,3 @@
print(f'{show.title} - {episode.title}: No English subtitles found. No subtitle changes.')
else:
print(f'{show.title} - {episode.title}: No subtitle changes.')


#input("Press [Enter] to continue.") //enable to stop window from closing on completion

0 comments on commit bd5d72a

Please sign in to comment.