소스 검색

pretty big bugfix in piece downloading

tags/v0.1.1^2
Ben Kurtovic 13 년 전
부모
커밋
ead6fb17f0
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      musicquizzer.py

+ 3
- 0
musicquizzer.py 파일 보기

@@ -366,6 +366,9 @@ def do_pieces_download(pieces, status, dl_button, status_label, window):
global download_complete
dl_button.configure(state=DISABLED)
if not os.path.exists(piece_dir):
os.mkdir(piece_dir)
counter = 1
for piece in pieces:
url = config.get("general", "base_url") + config.get(piece, "url")


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