From af3b0587e067de245e6820212038d66879e0444e Mon Sep 17 00:00:00 2001 From: pablodz Date: Fri, 3 Sep 2021 00:19:02 +0000 Subject: [PATCH] PDOC-Automatic documentation Signed-off-by: GitHub Actions --- docs/html/pipewire_python.html | 2 +- docs/html/pipewire_python/_utils.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/html/pipewire_python.html b/docs/html/pipewire_python.html index cfc72ca..c9f92e7 100644 --- a/docs/html/pipewire_python.html +++ b/docs/html/pipewire_python.html @@ -195,7 +195,7 @@

Tutorial

``` """ -__version__ = "0.0.93" +__version__ = "0.0.94" import sys diff --git a/docs/html/pipewire_python/_utils.html b/docs/html/pipewire_python/_utils.html index 989a9fe..970dfb7 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].*)"