From bd96e6ec555c63ec6b24aaa681e9f02576551a27 Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Wed, 25 Sep 2024 11:06:21 +0200 Subject: update scrap --- scrap/main.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'scrap/main.py') diff --git a/scrap/main.py b/scrap/main.py index 72a9929..eda213a 100644 --- a/scrap/main.py +++ b/scrap/main.py @@ -5,11 +5,10 @@ import database def start(): - print("do you want to download the json data from genius? [y, n] ", end="") - if input().lower() == "y": - api.download_albums(album_data) - print("download finished!") + print("downloading data...") + api.download_albums(album_data) + print("uploading data...") database.setup() upload_albums( get_album_data(), @@ -17,7 +16,7 @@ def start(): ) database.close() print("upload finished!") - print("remember to move the covers directory once you're done!") + print("remember to move the covers directory once you're done") def upload_albums(album_data, artist_names): -- cgit v1.2.3