Skip to content

Commit

Permalink
Merge pull request #1 from hakobe/travis
Browse files Browse the repository at this point in the history
Fix failing tests in travis
  • Loading branch information
hakobe committed Jan 15, 2017
2 parents 842ab1d + e9680d9 commit 71999cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hakoblog/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def __init__(self):
user=CONFIG.DATABASE_USER,
password=CONFIG.DATABASE_PASS,
cursorclass=MySQLdb.cursors.DictCursor,
charset='utf-8',
charset='utf8',
)
self.conn.autocommit(True)

Expand Down

0 comments on commit 71999cf

Please sign in to comment.