ソースを参照

Ugh, oops.

tags/v0.1^2
Ben Kurtovic 12年前
コミット
26c476afd3
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      bot/tasks/afc_statistics.py

+ 1
- 1
bot/tasks/afc_statistics.py ファイルの表示

@@ -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



読み込み中…
キャンセル
保存