Skip to content

Commit

Permalink
Fix bug where cursor was not passed to function that accepted keys fr…
Browse files Browse the repository at this point in the history
…om user and saved them
  • Loading branch information
pattonwebz committed Aug 6, 2016
1 parent 927a72c commit d15a3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def main():
dropTableFunction(cursor, dropQuery_SentTweets)
cursor.execute(createQuery_SentTweets)

getDefaultKeys()
getDefaultKeys(cursor)

cnx.commit()

Expand Down

0 comments on commit d15a3a1

Please sign in to comment.