mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-18 06:03:16 +01:00
Fix a typo in comment.
This commit is contained in:
parent
66fb5d7bab
commit
b77b5ccc1b
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ class BaseBrowserCache(object):
|
|||
|
||||
def get_key_mapping(self,url):
|
||||
# logger.debug("get_key_mapping:%s"%url)
|
||||
## on demamand map loading now.
|
||||
## on demand map loading now.
|
||||
## browser_cache is shared between configurations
|
||||
## XXX Needs some locking if multi-threading implemented.
|
||||
if not self.mapping_loaded:
|
||||
|
|
|
|||
Loading…
Reference in a new issue