|
@@ -10,7 +10,7 @@ curs = conn.cursor(pymysql.cursors.DictCursor)
|
|
|
|
|
|
|
|
db_pas = pymysql.escape_string
|
|
db_pas = pymysql.escape_string
|
|
|
|
|
|
|
|
-r_ver = '2.1.1'
|
|
|
|
|
|
|
+r_ver = '2.1.2'
|
|
|
|
|
|
|
|
curs.execute('select data from other where name = "version"')
|
|
curs.execute('select data from other where name = "version"')
|
|
|
version = curs.fetchall()
|
|
version = curs.fetchall()
|