Skip to content

Commit

Permalink
remove stupid (debug) line
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintShit committed Feb 20, 2024
1 parent bbd055b commit 87906e4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/jobs/review_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

if TYPE_CHECKING:
from app.db.models import User
import time


def add_notification_reminders(db: Session, user: "User", now: datetime = datetime.utcnow()) -> None:
Expand All @@ -37,8 +36,6 @@ def add_notification_reminders(db: Session, user: "User", now: datetime = dateti


def review():
while True:
time.sleep(1)
now = datetime.utcnow()
now_ts = now.timestamp()
with GetDB() as db, GetBG() as bg:
Expand Down

0 comments on commit 87906e4

Please sign in to comment.