Skip to content

Commit

Permalink
Fixed api_check typo
Browse files Browse the repository at this point in the history
  • Loading branch information
octimot committed Jan 30, 2024
1 parent def3165 commit 71374a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storytoolkitai/core/storytoolkitai.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ def check_api_key(self, api_key=None):
logger.debug('Unable to check user API key.', exc_info=True)
pass

logger.dbug('No API key found.')
logger.debug('No API key found.')
self.api_key_valid = False
return False

Expand Down

0 comments on commit 71374a6

Please sign in to comment.