Начало работы над логикой релевантности.

This commit is contained in:
Jack Stdin
2016-01-17 01:18:22 +03:00
parent 6c09dd2cdb
commit 586768b315
9 changed files with 102 additions and 42 deletions

View File

@@ -24,7 +24,6 @@ class DBImpl:
def execute(self, sql_query):
try:
cur = self.get_cursor()
print sql_query
cur.execute(sql_query)
self.transaction_commit()
except: