mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[PR #139] [MERGED] Swap use of subprocess.call for webbrowser.open in util.py #788
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#788
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spotipy-dev/spotipy/pull/139
Author: @delucks
Created: 12/21/2016
Status: ✅ Merged
Merged: 12/31/2016
Merged by: @plamere
Base:
master← Head:master📝 Commits (1)
3587e10Swap use of subprocess.call for webbrowser.open in util.py📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
spotipy/util.py(+3 -3)📄 Description
This swaps out the subprocess call to "open {uri}" to use the webbrowser module, which is more portable. I wrote this after noticing that my client (Linux on amd64) didn't properly open my browser when it printed the message about doing so.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.