Skip to content

Commit

Permalink
Updated Pipeline To Support Multi-OS & Added Support for PyPI Release
Browse files Browse the repository at this point in the history
  • Loading branch information
coldsofttech committed Apr 13, 2024
1 parent 308ef97 commit 415f391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ def main():
if os.environ.get('DISPLAY', '') == '':
print('No display found. Using: 0.0')
os.environ.__setitem__('DISPLAY', ':0.0')

root = tk.Tk()
M3U8DownloaderUI(root)
root.mainloop()
Expand Down

0 comments on commit 415f391

Please sign in to comment.