Skip to content

Commit c2f524a

Browse files
committed
chore: copilot comment
#1252 (review)
1 parent b288804 commit c2f524a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2_provider/oauth2_validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def _load_application(self, client_id, request):
230230
return request.client
231231
try:
232232
# cache wasn't hit, load from db
233-
log.debug("cache not hit, Loading application from database for client_id %r", client_id)
233+
log.debug("cache not hit, loading application from database for client_id %r", client_id)
234234
client = Application.objects.get(client_id=client_id)
235235
if not client.is_usable(request):
236236
log.debug("Failed to load application: Application %r is not usable" % (client_id))

0 commit comments

Comments
 (0)