diff --git a/app/create_db.py b/app/create_db.py index 8331c871..6b7f415c 100644 --- a/app/create_db.py +++ b/app/create_db.py @@ -433,7 +433,7 @@ def update_to_hash(): if i == 4: break i += 1 - if ver >= '3490' and check_hash(): + if ver <= '3490' and check_hash(): con, cur = get_cur() sql = """select id, password from user """ try: