mirror of https://github.com/Aidaho12/haproxy-wi
v3.4.9.1
parent
97ed8abe49
commit
441e5ea906
|
@ -434,7 +434,7 @@ def update_to_hash():
|
||||||
if i == 4:
|
if i == 4:
|
||||||
break
|
break
|
||||||
i += 1
|
i += 1
|
||||||
if cur_ver <= '3490' and check_hash():
|
if ver >= '3490' and check_hash():
|
||||||
con, cur = get_cur()
|
con, cur = get_cur()
|
||||||
sql = """select id, password from user """
|
sql = """select id, password from user """
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue