Ver a proveniência

Typo fix.

tags/v0.1^2
Ben Kurtovic há 12 anos
ascendente
cometimento
d037913760
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      earwigbot/tasks/drn_clerkbot.py

+ 1
- 1
earwigbot/tasks/drn_clerkbot.py Ver ficheiro

@@ -713,7 +713,7 @@ class DRNClerkBot(Task):
row = "{{" + self.tl_chart_row + data.format(**case)
return row + "|sm={{{small|}}}}}\n"

def format_time_since(self, dt):
def format_time(self, dt):
"""Return a string telling the time since datetime occured."""
parts = [("year", 31536000), ("day", 86400), ("hour", 3600)]
seconds = int((datetime.utcnow() - dt).total_seconds())


Carregando…
Cancelar
Guardar