mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-05 02:51:48 +02:00
Minor improvement to adapter_asianfanficscom logging.
This commit is contained in:
parent
c5019a1eea
commit
4e002d15e0
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ class AsianFanFicsComAdapter(BaseSiteAdapter):
|
|||
self.performLogin(url,soup)
|
||||
data = self._fetchUrl(url,usecache=False)
|
||||
soup = self.make_soup(data)
|
||||
else:
|
||||
elif "Logout" not in data:
|
||||
logger.info('Note: Logging in is highly recommended, as this website censors text if not logged in.')
|
||||
|
||||
# adult check
|
||||
|
|
|
|||
Loading…
Reference in a new issue