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