diff --git a/URLNotesGrabberCORE/DataAccess.cs b/URLNotesGrabberCORE/DataAccess.cs index 3241656..44f695c 100644 --- a/URLNotesGrabberCORE/DataAccess.cs +++ b/URLNotesGrabberCORE/DataAccess.cs @@ -2626,7 +2626,7 @@ namespace URLNotesGrabberCORE { minRetrySeconds = 0; if (!_usePool || _overrideKey != null) return false; - if (_keys.Count <= 1) return true; + if (_keys.Count == 0) return false; var now = DateTimeOffset.UtcNow.ToUnixTimeSeconds(); bool all = true;