瀏覽代碼

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


Loading…
取消
儲存