Skip to content

Commit

Permalink
#5 fix, my bad xd
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Diaz committed Sep 3, 2021
1 parent 91c780a commit 56bb72e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v0.0.93 (2021-09-02)
# v0.0.93-94 (2021-09-02)

Fix issue #5

Expand Down
2 changes: 1 addition & 1 deletion pipewire_python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
```
"""

__version__ = "0.0.93"
__version__ = "0.0.94"

import sys

Expand Down
2 changes: 1 addition & 1 deletion pipewire_python/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def _generate_dict_list_targets(

regex_id = r"(\d.*):"
regex_desc = r'description="([^"]*)"'
regex_prio = r"prio=([+-]\d.*)"
regex_prio = r"prio=(-?\d.*)"
regex_default_node = r"[*]\t(\d\d)"
regex_alsa_node = r"(alsa_[a-zA-Z].*)"

Expand Down

0 comments on commit 56bb72e

Please sign in to comment.