Procházet zdrojové kódy

grammar fixed

pull/1/head
sharky555 před 2 roky
rodič
revize
9b7875d48d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      upload.py

+ 1
- 1
upload.py Zobrazit soubor

@@ -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:


Načítá se…
Zrušit
Uložit