diff --git a/fastanime/cli/interfaces/anilist_interfaces.py b/fastanime/cli/interfaces/anilist_interfaces.py index 587aa7e..c6f2d53 100644 --- a/fastanime/cli/interfaces/anilist_interfaces.py +++ b/fastanime/cli/interfaces/anilist_interfaces.py @@ -31,6 +31,7 @@ if TYPE_CHECKING: from ..utils.tools import FastAnimeRuntimeState +# TODO: make the error handling more sane def calculate_time_delta(start_time, end_time): """helper function used to calculate the difference between two timestamps in seconds