mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Fix silly typo
This commit is contained in:
@@ -57,7 +57,7 @@ class CachedDocumentManager(models.Manager):
|
||||
url = self.construct_url(url_path, params)
|
||||
doc_key = sha1(url).hexdigest()
|
||||
|
||||
logger.debug('Requesting URL: %s' 5 url)
|
||||
logger.debug('Requesting URL: %s' % url)
|
||||
|
||||
try:
|
||||
doc = super(CachedDocumentManager, self).get_query_set().get(pk=doc_key)
|
||||
|
||||
Reference in New Issue
Block a user