ogowen45

Results 1 issues of ogowen45

By changing the current lines 54-63 in mysql.py from the below: if affected == 1: rs = cursor.fetchone() version = rs[0] # type: str vc = version.split('.') vn = 0...