torrent-downloader-react 1.0.10__tar.gz → 1.0.11__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {torrent-downloader-react-1.0.10 → torrent-downloader-react-1.0.11}/PKG-INFO +1 -1
- {torrent-downloader-react-1.0.10 → torrent-downloader-react-1.0.11}/setup.py +1 -1
- {torrent-downloader-react-1.0.10 → torrent-downloader-react-1.0.11}/torrent_downloader/server.py +9 -1
- {torrent-downloader-react-1.0.10 → torrent-downloader-react-1.0.11}/torrent_downloader_react.egg-info/PKG-INFO +1 -1
- {torrent-downloader-react-1.0.10 → torrent-downloader-react-1.0.11}/setup.cfg +0 -0
- {torrent-downloader-react-1.0.10 → torrent-downloader-react-1.0.11}/torrent_downloader/__init__.py +0 -0
- {torrent-downloader-react-1.0.10 → torrent-downloader-react-1.0.11}/torrent_downloader/static/assets/index-BWN4x5dM.js +0 -0
- {torrent-downloader-react-1.0.10 → torrent-downloader-react-1.0.11}/torrent_downloader/static/assets/index-DVy8AvwL.css +0 -0
- {torrent-downloader-react-1.0.10 → torrent-downloader-react-1.0.11}/torrent_downloader/static/index.html +0 -0
- {torrent-downloader-react-1.0.10 → torrent-downloader-react-1.0.11}/torrent_downloader/static/vite.svg +0 -0
- {torrent-downloader-react-1.0.10 → torrent-downloader-react-1.0.11}/torrent_downloader_react.egg-info/SOURCES.txt +0 -0
- {torrent-downloader-react-1.0.10 → torrent-downloader-react-1.0.11}/torrent_downloader_react.egg-info/dependency_links.txt +0 -0
- {torrent-downloader-react-1.0.10 → torrent-downloader-react-1.0.11}/torrent_downloader_react.egg-info/entry_points.txt +0 -0
- {torrent-downloader-react-1.0.10 → torrent-downloader-react-1.0.11}/torrent_downloader_react.egg-info/requires.txt +0 -0
- {torrent-downloader-react-1.0.10 → torrent-downloader-react-1.0.11}/torrent_downloader_react.egg-info/top_level.txt +0 -0
{torrent-downloader-react-1.0.10 → torrent-downloader-react-1.0.11}/torrent_downloader/server.py
RENAMED
@@ -143,4 +143,12 @@ async def open_downloads():
|
|
143
143
|
success = open_folder(str(DOWNLOAD_PATH))
|
144
144
|
if not success:
|
145
145
|
raise HTTPException(status_code=500, detail="Failed to open downloads folder")
|
146
|
-
return {"message": "Downloads folder opened successfully"}
|
146
|
+
return {"message": "Downloads folder opened successfully"}
|
147
|
+
|
148
|
+
def main():
|
149
|
+
"""Entry point for the application."""
|
150
|
+
import uvicorn
|
151
|
+
uvicorn.run(app, host="127.0.0.1", port=8000)
|
152
|
+
|
153
|
+
if __name__ == "__main__":
|
154
|
+
main()
|
File without changes
|
{torrent-downloader-react-1.0.10 → torrent-downloader-react-1.0.11}/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
|