From 7a11538bdb7b585b21ff41567cbd875cdd770d7c Mon Sep 17 00:00:00 2001 From: pablodz Date: Thu, 2 Sep 2021 23:14:04 +0000 Subject: [PATCH] PDOC-Automatic documentation Signed-off-by: GitHub Actions --- docs/html/pipewire_python/_utils.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/pipewire_python/_utils.html b/docs/html/pipewire_python/_utils.html index b01ca69..989a9fe 100644 --- a/docs/html/pipewire_python/_utils.html +++ b/docs/html/pipewire_python/_utils.html @@ -227,7 +227,7 @@

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].*)"