Revert jnovel past_days_eligible to 4
All checks were successful
Run Tests on Code / run-tests (push) Successful in 0s

This commit is contained in:
Neshura 2023-12-17 22:33:57 +01:00
parent 0c6ae1fcb0
commit c9998cad57
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -8,7 +8,7 @@ use crate::{HTTP_CLIENT};
use crate::jnovel::PartInfo::{NoParts, Part};
use crate::jnovel::PostInfo::{Chapter, Volume};
static PAST_DAYS_ELIGIBLE: u8 = 8;
static PAST_DAYS_ELIGIBLE: u8 = 4;
macro_rules! api_url {
() => {