This website works better with JavaScript.
Home
Help
Sign In
ben
/
earwigbot
mirror of
https://github.com/earwig/earwigbot
Watch
1
Star
1
Fork
0
Code
Releases
4
Activity
Browse Source
Fix.
tags/v0.1^2
Ben Kurtovic
13 years ago
parent
4eca6a83e7
commit
149fe8fdb4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bot/tasks/afc_history.py
+ 1
- 1
bot/tasks/afc_history.py
View File
@@ -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):
Write
Preview
Loading…
Cancel
Save