Skip to content

Commit

Permalink
fix: AlertListener IPv6 problem (LizardByte#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
zdimension committed Nov 7, 2023
1 parent 15099a5 commit de4f746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contents/Code/plex_api_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
q = queue.Queue()


plex_url = 'http://localhost:32400'
plex_url = 'http://127.0.0.1:32400'
plex_token = os.environ.get('PLEXTOKEN')

plex_section_type_settings_map = dict(
Expand Down

0 comments on commit de4f746

Please sign in to comment.