rename arg

This commit is contained in:
Mike McLean 2021-01-06 16:40:46 -05:00 committed by Tomas Kopecek
parent 1864078973
commit c03bf228c5
2 changed files with 3 additions and 3 deletions

View file

@ -7852,7 +7852,7 @@ def query_history(tables=None, **kwargs):
clauses.append(' OR '.join([c_test, r_test]))
fields[c_test] = '_created_before_event'
fields[r_test] = '_revoked_before_event'
elif arg == 'key':
elif arg == 'xkey':
if 'key' not in table_fields[table]:
skip = True
break