8 lines
86 B
Python
8 lines
86 B
Python
try:
|
|
import pymysql
|
|
|
|
pymysql.install_as_MySQLdb()
|
|
except Exception:
|
|
pass
|
|
|