diff --git a/lib/Comands.py b/lib/Comands.py index f3a99f5..b4a4d68 100644 --- a/lib/Comands.py +++ b/lib/Comands.py @@ -20,7 +20,8 @@ def preload_checks(): async def list_files(fold: str = 'audio'): - if fold != 'audio': fold = f'audio/{fold}' + if fold != 'audio': + fold = f'audio/{fold}' fl = [] for filenames in os.walk(fold): fl.extend(filenames)