Skip to content

Commit

Permalink
feat: Active ongoing episode releasing on the time of airing
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfemir committed Dec 16, 2024
1 parent 01f2b38 commit 53f9898
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 161 deletions.
2 changes: 1 addition & 1 deletion src/program/apis/tvmaze_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def get_show_by_imdb(self, imdb_id: str, show_name: Optional[str] = None, season
return None

# Find the next episode that hasn't aired yet
current_time = datetime.fromisoformat("2024-12-14T20:04:26-08:00")
current_time = datetime.now()
next_episode = None
target_episode_time = None

Expand Down
Loading

0 comments on commit 53f9898

Please sign in to comment.