mirror of
https://github.com/aclist/dztui.git
synced 2025-04-04 11:33:01 +02:00
Compare commits
No commits in common. "38de9a8e9dbd783062e4abfa021f6f8291f3fe3b" and "3c235e22edea8e0909ddf8c03b4c57470d815b6b" have entirely different histories.
38de9a8e9d
...
3c235e22ed
3 changed files with 5 additions and 4 deletions
4
dzgui.sh
4
dzgui.sh
|
@ -587,10 +587,10 @@ fetch_helpers_by_sum(){
|
|||
[[ -f "$config_file" ]] && source "$config_file"
|
||||
declare -A sums
|
||||
sums=(
|
||||
["ui.py"]="f6e8b113e586a4bb2ea40c9ee56ebc95"
|
||||
["ui.py"]="121f27e51c945d78e97b77397d3c5173"
|
||||
["query_v2.py"]="55d339ba02512ac69de288eb3be41067"
|
||||
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
|
||||
["funcs"]="f6e8b113e586a4bb2ea40c9ee56ebc95"
|
||||
["funcs"]="fd7c23e39a70099a7f0006afd8919508"
|
||||
["lan"]="c62e84ddd1457b71a85ad21da662b9af"
|
||||
)
|
||||
local author="aclist"
|
||||
|
|
|
@ -785,9 +785,10 @@ logger(){
|
|||
test_ping(){
|
||||
shift
|
||||
local time
|
||||
local res
|
||||
local ip="$1"
|
||||
local qport="$2"
|
||||
log "$ip"
|
||||
log "$qport"
|
||||
res=$(a2s $ip $qport info)
|
||||
if [[ -z $res ]]; then
|
||||
time="Timed out"
|
||||
|
|
|
@ -885,7 +885,7 @@ class OuterWindow(Gtk.Window):
|
|||
data = json.load(infile)
|
||||
valid_json = True
|
||||
except json.decoder.JSONDecodeError:
|
||||
logger.critical("JSON decode error in '%s'" %(res_path))
|
||||
logger.critical("JSON decode error in '%s'" %(geometry_path))
|
||||
valid_json = False
|
||||
else:
|
||||
valid_json = False
|
||||
|
|
Loading…
Reference in a new issue