mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-31 05:03:34 +01:00
Merge branch 'master' of https://github.com/JimmXinu/FanFicFare
This commit is contained in:
commit
e1fa2d698e
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