소스 검색

Fix.

tags/v0.1^2
Ben Kurtovic 12 년 전
부모
커밋
149fe8fdb4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      bot/tasks/afc_history.py

+ 1
- 1
bot/tasks/afc_history.py 파일 보기

@@ -78,7 +78,7 @@ class Task(BaseTask):

dest = expanduser(self.destination)
with open(dest, "wb") as fp:
fp.write(data)
fp.write(str(data))
self.logger.info("Chart saved to {0}".format(dest))

def backwards_cat_iterator(self):


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