Parcourir la source

Ugh, oops.

tags/v0.1^2
Ben Kurtovic il y a 12 ans
Parent
révision
26c476afd3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      bot/tasks/afc_statistics.py

+ 1
- 1
bot/tasks/afc_statistics.py Voir le fichier

@@ -261,7 +261,7 @@ class Task(BaseTask):
cursor.execute(query, (CHART_ACCEPT, CHART_DECLINE))

def update(self, **kwargs):
title = kwargs.get(page)
title = kwargs.get("page")
if not title:
return



Chargement…
Annuler
Enregistrer