mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Skip calculations for sats without TLE
This commit is contained in:
@@ -431,6 +431,9 @@ class Satellite extends CI_Controller {
|
||||
|
||||
$filtered=[];
|
||||
foreach ($sat_tles as $sat_tle) {
|
||||
if ($sat_tle->tle == null) {
|
||||
continue;
|
||||
}
|
||||
try {
|
||||
$temp = preg_split('/\n/', $sat_tle->tle);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user