Skip to content

Commit

Permalink
fix: remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
ugomeda committed Feb 11, 2025
1 parent 5d521a7 commit a374716
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions inkplate_dashboard/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ async def get(self, request: Request) -> Response:
hour=0, minute=1, second=0, microsecond=0
)
time_until_tomorrow = int((tomorrow - now).total_seconds())
print(time_until_tomorrow)
next_refresh = min(time_until_tomorrow, display.refresh_interval_sec)
print(next_refresh)

headers = {
"etag": etag,
Expand Down

0 comments on commit a374716

Please sign in to comment.