Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
ben
/
earwigbot
mirror da
https://github.com/earwig/earwigbot
Segui
1
Vota
1
Forka
0
Codice
Rilasci
4
Attività
Sfoglia il codice sorgente
Fix.
tags/v0.1^2
Ben Kurtovic
13 anni fa
parent
4eca6a83e7
commit
149fe8fdb4
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
bot/tasks/afc_history.py
+ 1
- 1
bot/tasks/afc_history.py
Vedi 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):
Scrivi
Anteprima
Caricamento…
Annulla
Salva