mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-04 18:40:51 +02:00
Remove duplicate getLogger.
This commit is contained in:
parent
8b0e0c8de5
commit
b24cbbc954
1 changed files with 0 additions and 3 deletions
|
|
@ -33,9 +33,6 @@ from .base_adapter import BaseSiteAdapter, makeDate
|
|||
def getClass():
|
||||
return ArchiveOfOurOwnOrgAdapter
|
||||
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
class ArchiveOfOurOwnOrgAdapter(BaseSiteAdapter):
|
||||
|
||||
def __init__(self, config, url):
|
||||
|
|
|
|||
Loading…
Reference in a new issue