torrent-downloader-react 1.0.16__py3-none-any.whl → 1.0.17__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- torrent_downloader/server.py +3 -1
- {torrent_downloader_react-1.0.16.dist-info → torrent_downloader_react-1.0.17.dist-info}/METADATA +1 -1
- {torrent_downloader_react-1.0.16.dist-info → torrent_downloader_react-1.0.17.dist-info}/RECORD +6 -6
- {torrent_downloader_react-1.0.16.dist-info → torrent_downloader_react-1.0.17.dist-info}/WHEEL +0 -0
- {torrent_downloader_react-1.0.16.dist-info → torrent_downloader_react-1.0.17.dist-info}/entry_points.txt +0 -0
- {torrent_downloader_react-1.0.16.dist-info → torrent_downloader_react-1.0.17.dist-info}/top_level.txt +0 -0
torrent_downloader/server.py
CHANGED
@@ -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] = {}
|
{torrent_downloader_react-1.0.16.dist-info → torrent_downloader_react-1.0.17.dist-info}/RECORD
RENAMED
@@ -1,11 +1,11 @@
|
|
1
1
|
torrent_downloader/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
torrent_downloader/server.py,sha256=
|
2
|
+
torrent_downloader/server.py,sha256=5nonafejLMg01rStXvTzijiwIcdtPOOgOp0JasIzHAM,5615
|
3
3
|
torrent_downloader/static/index.html,sha256=zzC3ohQn0Mw48CgKPhvFnrYJfFz00-c3vC-GS-eCjv8,464
|
4
4
|
torrent_downloader/static/vite.svg,sha256=SnSK_UQ5GLsWWRyDTEAdrjPoeGGrXbrQgRw6O0qSFPs,1497
|
5
5
|
torrent_downloader/static/assets/index-BWN4x5dM.js,sha256=FWGVaR7i3650zle1WwZ7OHFd0er5X6UNKpyCz1Fpo48,188702
|
6
6
|
torrent_downloader/static/assets/index-DVy8AvwL.css,sha256=5bEvGbnqbN9-WNs8tlnCu9rLWY5ubfi33-xuAF4Hkz4,3517
|
7
|
-
torrent_downloader_react-1.0.
|
8
|
-
torrent_downloader_react-1.0.
|
9
|
-
torrent_downloader_react-1.0.
|
10
|
-
torrent_downloader_react-1.0.
|
11
|
-
torrent_downloader_react-1.0.
|
7
|
+
torrent_downloader_react-1.0.17.dist-info/METADATA,sha256=FD8ytgqMzKKGgyjsLZQWFme7iRAPQKMdFvaVQBeaR3E,4499
|
8
|
+
torrent_downloader_react-1.0.17.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
9
|
+
torrent_downloader_react-1.0.17.dist-info/entry_points.txt,sha256=zkljgTNEM0p9I4xw4FN0N5PVrNmB6KVLUWjBO32n0do,76
|
10
|
+
torrent_downloader_react-1.0.17.dist-info/top_level.txt,sha256=THWnh7qxxVmoQ89QVJ8v6mmSzEQdFdXnryplXTQXuCA,19
|
11
|
+
torrent_downloader_react-1.0.17.dist-info/RECORD,,
|
{torrent_downloader_react-1.0.16.dist-info → torrent_downloader_react-1.0.17.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|