From 0fde301c2143074bbeedcbd440e903533926c4c7 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Thu, 25 Jan 2024 13:29:57 +0900 Subject: [PATCH] fix: debug key not echoing --- dzgui.sh | 6 +++--- helpers/funcs | 3 ++- helpers/ui.py | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dzgui.sh b/dzgui.sh index 9a63630..5c31bc5 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -o pipefail -version=5.0.0.rc-30 +version=5.0.0.rc-31 #CONSTANTS aid=221100 @@ -536,10 +536,10 @@ fetch_dzq(){ fetch_helpers_by_sum(){ declare -A sums sums=( - ["ui.py"]="ad04fee7066d5fe30fb39e875ff870d2" + ["ui.py"]="dc5f2ea7d90e93f9405283374aa98a8b" ["query_v2.py"]="1822bd1769ce7d7cb0d686a60f9fa197" ["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397" - ["funcs"]="26a4200acd85c0e0fc71a7fe57b1e13e" + ["funcs"]="205c27f0ac0f2c89d0aaf1ba1fb73082" ) local author="aclist" local repo="dztui" diff --git a/helpers/funcs b/helpers/funcs index b2a61a0..da46039 100755 --- a/helpers/funcs +++ b/helpers/funcs @@ -1,6 +1,6 @@ #!/usr/bin/env bash set -o pipefail -version=5.0.0.rc-30 +version=5.0.0.rc-31 #CONSTANTS aid=221100 @@ -367,6 +367,7 @@ query_config(){ echo "${!key}" return 0 else + echo "" return 1 fi fi diff --git a/helpers/ui.py b/helpers/ui.py index 56a4ce3..e20b564 100644 --- a/helpers/ui.py +++ b/helpers/ui.py @@ -16,7 +16,7 @@ locale.setlocale(locale.LC_ALL, '') gi.require_version("Gtk", "3.0") from gi.repository import Gtk, GLib, Gdk, GObject, Pango -# 5.0.0-rc.30 +# 5.0.0-rc.31 app_name = "DZGUI" cache = {}