cleanup
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
"""Command-line interface for the Aniworld anime download manager.
|
||||
|
||||
This module provides an interactive CLI for searching, selecting, and
|
||||
downloading anime series. It coordinates between the SerieScanner for
|
||||
finding missing episodes and the provider loaders for downloading content.
|
||||
"""
|
||||
import logging
|
||||
import os
|
||||
import time
|
||||
|
||||
@@ -545,7 +545,7 @@ class SeriesApp:
|
||||
"""Check if the current operation has been cancelled."""
|
||||
return self._cancel_flag
|
||||
|
||||
def _handle_error(self, error: Exception):
|
||||
def _handle_error(self, error: Exception) -> None:
|
||||
"""
|
||||
Handle errors and notify via callback.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user