mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 21:32:36 +01:00
chore: drop unused var
This commit is contained in:
parent
4d3d9bf0bb
commit
34b3d3bc8c
2 changed files with 1 additions and 2 deletions
2
dzgui.sh
2
dzgui.sh
|
@ -578,7 +578,7 @@ fetch_helpers_by_sum(){
|
||||||
[[ -f "$config_file" ]] && source "$config_file"
|
[[ -f "$config_file" ]] && source "$config_file"
|
||||||
declare -A sums
|
declare -A sums
|
||||||
sums=(
|
sums=(
|
||||||
["ui.py"]="24d0525e71c0725a1487926fae7330e4"
|
["ui.py"]="0e3845ef150ee9863f9160c62dbb24f9"
|
||||||
["query_v2.py"]="55d339ba02512ac69de288eb3be41067"
|
["query_v2.py"]="55d339ba02512ac69de288eb3be41067"
|
||||||
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
|
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
|
||||||
["funcs"]="4c1480fcfae15c4bc1c02a337d1de488"
|
["funcs"]="4c1480fcfae15c4bc1c02a337d1de488"
|
||||||
|
|
|
@ -2249,7 +2249,6 @@ class LinkDialog(GenericDialog):
|
||||||
self.dialog.connect("response", self._on_dialog_response, parent, command)
|
self.dialog.connect("response", self._on_dialog_response, parent, command)
|
||||||
|
|
||||||
def _on_button_clicked(self, button, uid):
|
def _on_button_clicked(self, button, uid):
|
||||||
label = button.get_label()
|
|
||||||
subprocess.Popen(['/usr/bin/env', 'bash', funcs, "open_user_workshop", uid])
|
subprocess.Popen(['/usr/bin/env', 'bash', funcs, "open_user_workshop", uid])
|
||||||
|
|
||||||
def _on_dialog_response(self, dialog, resp, parent, command):
|
def _on_dialog_response(self, dialog, resp, parent, command):
|
||||||
|
|
Loading…
Reference in a new issue