From 17a3bbad95f3b4092a2702b72c1f75e24b504e10 Mon Sep 17 00:00:00 2001 From: sharky555 Date: Tue, 5 Oct 2021 18:14:19 -0600 Subject: [PATCH] code clean up --- autoupload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoupload.py b/autoupload.py index 08c67ab..df38bbd 100644 --- a/autoupload.py +++ b/autoupload.py @@ -582,7 +582,7 @@ def gatherdata(directory): if contributingartists: input_english_contributing_artist = contributingartists else: - input_english_contributing_artist = input("\n" + "_" * 100 + "\nPlease enter the romaji/english artist name. Separate multiple contributing artists with \",\". Press enter to skip.\n") + input_english_contributing_artist = input("\n" + "_" * 100 + "\nPlease enter the romaji/english contributing artists name. Separate multiple contributing artists with \",\". Press enter to skip.\n") if input_english_contributing_artist != "": input_english_contributing_artist = [x.strip() for x in input_english_contributing_artist.split(',')] releasedata['contrib_artists[]'] = input_english_contributing_artist