Skip to content

Commit

Permalink
solution fl
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksVakulenko committed Jan 12, 2025
1 parent a76e319 commit 4f02b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ class MovieSession(models.Model):

def __str__(self) -> str:
return (f"{self.movie.title} "
f"{self.show_time.strftime("%Y-%m-%d %H:%M:%S")}")
f"{self.show_time.strftime('%Y-%m-%d %H:%M:%S')}")

0 comments on commit 4f02b74

Please sign in to comment.