Update deps versions, minor spotify fix, removed db sync, suppress deprecationwarning

This commit is contained in:
hhh
2024-07-03 20:49:10 +03:00
parent 9b47a74523
commit f26bc7429a
16 changed files with 19 additions and 254 deletions

View File

@@ -1,7 +1,6 @@
from .db import Db
from .pull_db import pull
db = Db()
__all__ = ['db', 'pull']
__all__ = ['db']