bugfix
This commit is contained in:
parent
fbd07eaa2f
commit
0bf9872fc9
@ -50,7 +50,7 @@ class MySqlor(SQLor):
|
|||||||
}
|
}
|
||||||
@classmethod
|
@classmethod
|
||||||
def isMe(self,name):
|
def isMe(self,name):
|
||||||
if name=='pymysql'
|
if name=='pymysql':
|
||||||
return True
|
return True
|
||||||
if name=='aiomysql':
|
if name=='aiomysql':
|
||||||
return True
|
return True
|
||||||
|
Loading…
Reference in New Issue
Block a user