소스 검색

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:


불러오는 중...
취소
저장