소스 검색

code clean up

master
sharky555 3 년 전
부모
커밋
17a3bbad95
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      autoupload.py

+ 1
- 1
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


불러오는 중...
취소
저장