mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-08 12:36:11 +02:00
adapter_thehookupzonenet: Fix changed date format
This commit is contained in:
parent
82702ea958
commit
152088de87
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class TheHookupZoneNetAdapter(BaseEfictionAdapter):
|
|||
|
||||
@classmethod
|
||||
def getDateFormat(self):
|
||||
return "%d/%m/%y"
|
||||
return "%b %d, %Y"
|
||||
|
||||
def getClass():
|
||||
return TheHookupZoneNetAdapter
|
||||
|
|
|
|||
Loading…
Reference in a new issue