torrent-downloader-react 1.0.16__tar.gz → 1.0.17__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {torrent-downloader-react-1.0.16 → torrent-downloader-react-1.0.17}/PKG-INFO +1 -1
- {torrent-downloader-react-1.0.16 → torrent-downloader-react-1.0.17}/setup.py +1 -1
- {torrent-downloader-react-1.0.16 → torrent-downloader-react-1.0.17}/torrent_downloader/server.py +3 -1
- {torrent-downloader-react-1.0.16 → torrent-downloader-react-1.0.17}/torrent_downloader_react.egg-info/PKG-INFO +1 -1
- {torrent-downloader-react-1.0.16 → torrent-downloader-react-1.0.17}/setup.cfg +0 -0
- {torrent-downloader-react-1.0.16 → torrent-downloader-react-1.0.17}/torrent_downloader/__init__.py +0 -0
- {torrent-downloader-react-1.0.16 → torrent-downloader-react-1.0.17}/torrent_downloader/static/assets/index-BWN4x5dM.js +0 -0
- {torrent-downloader-react-1.0.16 → torrent-downloader-react-1.0.17}/torrent_downloader/static/assets/index-DVy8AvwL.css +0 -0
- {torrent-downloader-react-1.0.16 → torrent-downloader-react-1.0.17}/torrent_downloader/static/index.html +0 -0
- {torrent-downloader-react-1.0.16 → torrent-downloader-react-1.0.17}/torrent_downloader/static/vite.svg +0 -0
- {torrent-downloader-react-1.0.16 → torrent-downloader-react-1.0.17}/torrent_downloader_react.egg-info/SOURCES.txt +0 -0
- {torrent-downloader-react-1.0.16 → torrent-downloader-react-1.0.17}/torrent_downloader_react.egg-info/dependency_links.txt +0 -0
- {torrent-downloader-react-1.0.16 → torrent-downloader-react-1.0.17}/torrent_downloader_react.egg-info/entry_points.txt +0 -0
- {torrent-downloader-react-1.0.16 → torrent-downloader-react-1.0.17}/torrent_downloader_react.egg-info/requires.txt +0 -0
- {torrent-downloader-react-1.0.16 → torrent-downloader-react-1.0.17}/torrent_downloader_react.egg-info/top_level.txt +0 -0
{torrent-downloader-react-1.0.16 → torrent-downloader-react-1.0.17}/torrent_downloader/server.py
RENAMED
@@ -73,7 +73,9 @@ DOWNLOAD_PATH = get_downloads_dir()
|
|
73
73
|
|
74
74
|
# Initialize libtorrent session
|
75
75
|
session = lt.session()
|
76
|
-
session.
|
76
|
+
settings = session.get_settings()
|
77
|
+
settings['listen_interfaces'] = '0.0.0.0:6881'
|
78
|
+
session.apply_settings(settings)
|
77
79
|
|
78
80
|
# Store active torrents
|
79
81
|
active_torrents: Dict[str, lt.torrent_handle] = {}
|
File without changes
|
{torrent-downloader-react-1.0.16 → torrent-downloader-react-1.0.17}/torrent_downloader/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|