1
0

Date
Some checks failed
Python Package / Package (push) Failing after 18s

This commit is contained in:
Jon Michael Aanes 2024-04-01 00:51:56 +02:00
parent 3d1014c0d6
commit 4896caff41
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -67,7 +67,7 @@ class PsnProfilesScraper(Scraper):
yield {
'game.name' : game_name,
'me.last_played_time': time_acquired,
'me.last_played_time': time_acquired.date(),
# Trophy Data
'trophy.name': trophy_name,