mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-07 12:02:25 +02:00
Fix adapter_wuxiaworldco date formate for 24 hour clock. Closes #345
This commit is contained in:
parent
4a2d876351
commit
025cdb1e37
1 changed files with 2 additions and 2 deletions
|
|
@ -36,8 +36,8 @@ def getClass():
|
|||
|
||||
|
||||
class WuxiaWorldCoSiteAdapter(BaseSiteAdapter):
|
||||
NEW_DATE_FORMAT = '%m/%d/%Y %I:%M:%S %p'
|
||||
OLD_DATE_FORMAT = '%Y/%m/%d %I:%M:%S'
|
||||
NEW_DATE_FORMAT = '%Y/%m/%d %H:%M:%S'
|
||||
OLD_DATE_FORMAT = '%m/%d/%Y %I:%M:%S %p'
|
||||
|
||||
def __init__(self, config, url):
|
||||
BaseSiteAdapter.__init__(self, config, url)
|
||||
|
|
|
|||
Loading…
Reference in a new issue