Cover hamqth case for now with empty message

这个提交包含在:
phl0 2023-11-11 22:38:05 +01:00
父节点 87437ca1fb
当前提交 5421e13f25
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A

查看文件

@ -927,6 +927,8 @@ function worked_grid_before($gridsquare, $type, $band, $mode)
if (isset($data['callsign']['error'])) {
$data['error'] = $data['callsign']['error'];
}
} else {
$data['error'] = 'No result (qrz not configured)';
} /*else {
// Lookup using hamli
$this->load->library('hamli');