mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-09 05:21:13 +02:00
Fix date for adapter_gluttonyfictioncom
This commit is contained in:
parent
71b107fc61
commit
9a6bd88d00
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class GluttonyFictionComAdapter(BaseEfictionAdapter):
|
|||
def getDateFormat(self):
|
||||
# The date format will vary from site to site.
|
||||
# http://docs.python.org/library/datetime.html#strftime-strptime-behavior
|
||||
return "%d/%m/%y"
|
||||
return "%m/%d/%Y"
|
||||
|
||||
##################################################################################
|
||||
### The Efiction Base Adapter uses the Bulk story to retrieve the metadata, but
|
||||
|
|
|
|||
Loading…
Reference in a new issue