Skip to content

Commit bd6e66a

Browse files
committed
changes needed for the vsdb
1 parent 2b92ad0 commit bd6e66a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vsdb/BScrawler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env python
2+
import pymysql
3+
pymysql.install_as_MySQLdb()
24
import MySQLdb
35
import sys
46
import datetime

0 commit comments

Comments
 (0)