nice
This commit is contained in:
parent
e5a6723cd0
commit
9390ead5bb
13 changed files with 630 additions and 190 deletions
14
main.py
14
main.py
|
|
@ -5,15 +5,14 @@ import Flow
|
|||
def test1():
|
||||
flow = Flow.Flow()
|
||||
|
||||
flow.fetch_local()
|
||||
# flow.fetch_local()
|
||||
flow.parse_local_library()
|
||||
flow.load_libraries()
|
||||
|
||||
# flow.map_local_to_spotify()
|
||||
# flow.log_stats()
|
||||
|
||||
flow.fetch_and_save_lyrics()
|
||||
|
||||
# flow.fetch_and_save_lyrics()
|
||||
|
||||
def main():
|
||||
flow = Flow.Flow()
|
||||
|
|
@ -27,11 +26,12 @@ def main():
|
|||
flow.load_libraries()
|
||||
|
||||
flow.map_local_to_spotify()
|
||||
flow.save_libraries()
|
||||
|
||||
flow.log_stats()
|
||||
# flow.log_stats()
|
||||
|
||||
print("asd")
|
||||
# print("asd")
|
||||
|
||||
|
||||
test1()
|
||||
# main()
|
||||
# test1()
|
||||
main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue