mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
add pymysql import to __init__.py to fix error related MySQLdb
This commit is contained in:
parent
b1d10454ce
commit
330f05f681
1 changed files with 3 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
import pymysql
|
||||
|
||||
pymysql.install_as_MySQLdb()
|
Loading…
Add table
Reference in a new issue