This commit is contained in:
2025-05-11 10:01:23 +02:00
parent e9dc7c1192
commit 1dfb1a2efa
25 changed files with 231 additions and 94 deletions

View File

@@ -9,7 +9,7 @@ from utils.config.parser import extract_value
logger = logging.getLogger(__name__)
def on_file_received(self, file):
def on_file_received(self: object, file: str) -> None:
"""Handles the event when a file is successfully received.
Args: