0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 21:53:54 +01:00

multiple technical changes

This commit is contained in:
Kuba
2025-11-01 22:28:06 +01:00
parent 47c78c6efe
commit 09fd00bf68
3 changed files with 25 additions and 23 deletions

View File

@@ -49,7 +49,7 @@ class PlaylistAdvisor:
"""
Only one of a playlist advisor can be loaded. This module picks the playlist file to play, this can be a scheduler or just a static file
"""
def advise(self, arguments: str | None) -> str:
def advise(self, arguments: str | None) -> str | None:
"""
Arguments are the arguments passed to the program on startup
"""