Procházet zdrojové kódy

code clean up

master
sharky555 před 3 roky
rodič
revize
17a3bbad95
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      autoupload.py

+ 1
- 1
autoupload.py Zobrazit soubor

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


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