build the dxcc class without date since we check the exception and prefix date already in the dxcc_lookup, simplifies caching

This commit is contained in:
HB9HIL
2026-02-17 14:11:11 +01:00
parent 46b37997b4
commit de02672ab8
10 changed files with 93 additions and 110 deletions

View File

@@ -80,7 +80,7 @@ class DxclusterCache {
$this->_delete_from_cache($this->get_worked_call_key($logbook_key, $callsign));
// Look up DXCC and continent from callsign
$dxccobj = new Dxcc(null);
$dxccobj = new Dxcc();
$dxcc_info = $dxccobj->dxcc_lookup($callsign, date('Y-m-d'));
if (!empty($dxcc_info['adif'])) {