works
This commit is contained in:
parent
e48e93e964
commit
f121ab99cc
@ -19,14 +19,14 @@ from .utils.shared import (
|
||||
|
||||
from .lyrics import lyrics
|
||||
|
||||
|
||||
"""
|
||||
# try reading a static file:
|
||||
print("TEST")
|
||||
import pkgutil
|
||||
|
||||
data = pkgutil.get_data(__name__, "temp_database_structure.sql")
|
||||
print(data)
|
||||
|
||||
"""
|
||||
"""
|
||||
At the start I modify the garbage collector to run a bit fewer times.
|
||||
This should increase speed:
|
||||
|
@ -2,6 +2,6 @@ import music_kraken
|
||||
|
||||
|
||||
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', 'url': '', 'file': 'dasf', 'isrc': ''})
|
||||
|
Loading…
Reference in New Issue
Block a user