Skip to content

Commit

Permalink
added one more dependency, easier json
Browse files Browse the repository at this point in the history
  • Loading branch information
ozankaraali committed May 20, 2024
1 parent 324f096 commit 0ad9af6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion channel_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def load_stb_channels(self, url, options):
channels = result["js"]["data"]
self.display_channels(channels)
self.config["data"][self.config["selected"]]["options"] = options
self.config["data"][self.config["selected"]]["channels"] = channels
# self.config["data"][self.config["selected"]]["channels"] = channels
self.save_config()
except Exception as e:
print(f"Error loading STB channels: {e}")
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ PyQt5-stubs
python-vlc==3.0.20123
requests==2.31.0
urllib3==1.26.6
URLObject

0 comments on commit 0ad9af6

Please sign in to comment.