Skip to content
Snippets Groups Projects
Commit 45d78e7d authored by zqwerty's avatar zqwerty
Browse files

move change to dev branch

parent 2b5d27bc
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ class Database(object): ...@@ -54,7 +54,7 @@ class Database(object):
elif ignore_open and key in ['destination', 'departure']: elif ignore_open and key in ['destination', 'departure']:
continue continue
else: else:
if val.strip().lower() != record[key].strip().lower(): if val.strip() != record[key].strip():
break break
except: except:
continue continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment