ソースを参照

Accidentally b0rked that tuple a bit...

pull/24/head
Ben Kurtovic 12年前
コミット
b943db2796
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      pages/copyvios.mako

+ 1
- 1
pages/copyvios.mako ファイルの表示

@@ -182,7 +182,7 @@
query9 = "INSERT INTO updates VALUES (?, ?)"
synchronize_sites_with_db(cursor, languages, query1, query2, query3)
synchronize_sites_with_db(cursor, projects, query4, query5, query6)
cursor.execute(query7, "sites",)
cursor.execute(query7, ("sites",))
if cursor.fetchall():
cursor.execute(query8, (time(), "sites"))
else:


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