mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-14 12:11:45 +01:00
add logger import to dateutils.py (#297)
This commit is contained in:
parent
a6c551ee1b
commit
0f809f36a9
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
from datetime import datetime, timedelta
|
||||
|
||||
import logging
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
UNIX_EPOCHE = datetime.fromtimestamp(0)
|
||||
|
||||
## Currently used by adapter_webnovelcom & adapter_wwwnovelallcom
|
||||
|
|
|
|||
Loading…
Reference in a new issue