Skip to content

Commit

Permalink
Update dvla.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AxiomYT authored Jun 24, 2024
1 parent 0565ff4 commit e92d253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvla.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def get_api_key() -> str:
if not keyring.get_credential("DVLA-API-KEY", temp_user).password:
raise TypeError("Could not find API key stored in keyring")

del temp_key, temp_user
del temp_key
return keyring.get_credential("DVLA-API-KEY", temp_user).password

def validate_reg(registration: Dict[str, str]) -> bool:
Expand Down

0 comments on commit e92d253

Please sign in to comment.