-
-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
so textual have this .open_url method: https://textual.textualize.io/api/app/#textual.app.App.open_url
replace with this, also remove unused imports.
torrra/src/torrra/widgets/search.py
Line 106 in e4cd605
| webbrowser.open(resolved_magnet_uri) |
replace this with:
self.app.open_url(resolved_magnet_uri)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers