2 days ☹

This commit is contained in:
Robin Appelman 2021-02-24 15:03:39 +01:00
commit 507fc7da67

View file

@ -20,7 +20,7 @@ async fn main() -> Result<(), MainError> {
) )
.await?; .await?;
let cutoff_time = Utc::now() - Duration::days(3 * 365); let cutoff_time = Utc::now() - Duration::days(2 * 365);
for demo in demos { for demo in demos {
if demo.time > cutoff_time { if demo.time > cutoff_time {