From 9b7875d48d7ec35b2a650627b80d93d3a8c21f5c Mon Sep 17 00:00:00 2001 From: sharky555 Date: Sat, 14 May 2022 17:03:01 -0600 Subject: [PATCH] grammar fixed --- upload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload.py b/upload.py index 43b04cb..1dd2c11 100644 --- a/upload.py +++ b/upload.py @@ -287,7 +287,7 @@ def gatherdata(): if originalartist: releasedata['artistjp'] = originalartist else: - input_artist = input("\n" + "_" * 100 + "\nEnter the original ARTIST name. Press enter to skip if this torrent has the artist name already english or already has a artist page.\n") + input_artist = input("\n" + "_" * 100 + "\nEnter the original ARTIST name. Press enter to skip if this torrent has the artist name already in English or already has a artist page.\n") releasedata['artistjp'] = input_artist if title: