diff --git a/OrcanodeMonitor/Core/Fetcher.cs b/OrcanodeMonitor/Core/Fetcher.cs index 7f3d3d0..348b487 100644 --- a/OrcanodeMonitor/Core/Fetcher.cs +++ b/OrcanodeMonitor/Core/Fetcher.cs @@ -323,7 +323,7 @@ public async static Task UpdateDataplicityDataAsync(OrcanodeMonitorContext conte try { string? orcasound_dataplicity_token = Environment.GetEnvironmentVariable("ORCASOUND_DATAPLICITY_TOKEN"); - if (orcasound_dataplicity_token == null) + if (orcasound_dataplicity_token == null || orcasound_dataplicity_token.IsNullOrEmpty()) { return; }