aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 4ca7130..db56c1f 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -103,7 +103,7 @@ fn get_last_updated_header(url: &str) -> Option<DateTime<Utc>> {
.unwrap_or(0);
// This is the size given when there's no updates
- if len <= 211 {
+ if len <= 212 {
return None;
}