This commit is contained in:
Hellow 2022-11-28 21:08:20 +01:00
parent e48e93e964
commit f121ab99cc
2 changed files with 3 additions and 3 deletions

View File

@ -19,14 +19,14 @@ from .utils.shared import (
from .lyrics import lyrics from .lyrics import lyrics
"""
# try reading a static file: # try reading a static file:
print("TEST") print("TEST")
import pkgutil import pkgutil
data = pkgutil.get_data(__name__, "temp_database_structure.sql") data = pkgutil.get_data(__name__, "temp_database_structure.sql")
print(data) print(data)
"""
""" """
At the start I modify the garbage collector to run a bit fewer times. At the start I modify the garbage collector to run a bit fewer times.
This should increase speed: This should increase speed:

View File

@ -2,6 +2,6 @@ import music_kraken
if __name__ == "__main__": if __name__ == "__main__":
music_kraken.cli(start_at=2, only_lyrics=False) music_kraken.cli(start_at=0, only_lyrics=False)
# Youtube.fetch_audio({'title': 'dfas', '': '', 'isrc': ''}) # Youtube.fetch_audio({'title': 'dfas', '': '', 'isrc': ''})
# Youtube.fetch_audio({'title': 'dfas', 'url': '', 'file': 'dasf', 'isrc': ''}) # Youtube.fetch_audio({'title': 'dfas', 'url': '', 'file': 'dasf', 'isrc': ''})