mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-09 05:21:13 +02:00
Remove BS version debug so it isn't printed once per adapter.
This commit is contained in:
parent
8025ba06e4
commit
59d6d121c4
1 changed files with 0 additions and 1 deletions
|
|
@ -71,7 +71,6 @@ class BaseSiteAdapter(Configurable):
|
|||
|
||||
def __init__(self, configuration, url):
|
||||
Configurable.__init__(self, configuration)
|
||||
logger.debug("BS4:%s"%__version__)
|
||||
|
||||
self.username = "NoneGiven" # if left empty, site doesn't return any message at all.
|
||||
self.password = ""
|
||||
|
|
|
|||
Loading…
Reference in a new issue