Skip to content

Commit

Permalink
Removed extra whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ik5 committed Feb 5, 2013
1 parent 82d8f95 commit fb4401d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convert_quotes.py
Expand Up @@ -156,7 +156,7 @@ def insert_to_db(con, quote, author, authors_ids, logger=LOGGER) :
"""Insert quotes to the database""" """Insert quotes to the database"""


# open database cursor to make actions such as select and insert # open database cursor to make actions such as select and insert
cursor = con.cursor() cursor = con.cursor()


try : try :
author_id = handle_author_db(con, cursor, author,authors_ids, logger) author_id = handle_author_db(con, cursor, author,authors_ids, logger)
Expand Down

0 comments on commit fb4401d

Please sign in to comment.