Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
booxter committed May 24, 2024
1 parent 81cda4e commit c2ac1d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/letsrolld/cmd/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import math
import sys
import time

import traceback

from sqlalchemy import func, select, or_
Expand All @@ -26,7 +27,7 @@
_MIN_REFRESH_FREQUENCY = datetime.timedelta(days=180)


_MODEL_TO_THRESHOLD = {
MODEL_TO_THRESHOLD = {
models.Film: datetime.timedelta(days=7),
models.Director: datetime.timedelta(days=1),
}
Expand Down

0 comments on commit c2ac1d7

Please sign in to comment.