Skip to content

Commit

Permalink
removed old queries
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienPensart committed Nov 23, 2023
1 parent 0fcee41 commit 6c0d510
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 352 deletions.
1 change: 0 additions & 1 deletion musicbot/musicdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ async def folders(self) -> list[Folder]:
results = await self.client.query("select Folder {*} order by .name")
folders = []
for result in results:
logger.error(result)
folder = Folder(
path=result.name,
name=result.name,
Expand Down
256 changes: 0 additions & 256 deletions musicbot/queries_bak.py

This file was deleted.

Loading

0 comments on commit 6c0d510

Please sign in to comment.