some minor changes

This commit is contained in:
bacon
2024-03-07 22:07:06 +03:00
parent 73cf9f3c6e
commit 84f4491861
7 changed files with 11 additions and 11 deletions

View File

@@ -2,4 +2,4 @@ from lib import ListGenerator
for i in ListGenerator('audio'):
print(i.__repr__())
print(f"{i.path}/{i.name}")
print(f"{i.path}/{i.name}")