From b3ed8954e6ca58eac0fa95c85fee133eeead64ff Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 30 Aug 2020 01:56:43 +0200 Subject: [PATCH] Testo migliore --- royalpack/tables/diario.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/royalpack/tables/diario.py b/royalpack/tables/diario.py index 3097bc35..2bbd63dd 100644 --- a/royalpack/tables/diario.py +++ b/royalpack/tables/diario.py @@ -83,7 +83,7 @@ class Diario: f" spoiler={self.spoiler}>" def __str__(self): - text = f"[url=https://ryg.steffo.eu/#/d/{self.diario_id}]/d/{self.diario_id}[/url] (creata" + text = f"[url=https://ryg.steffo.eu/#/d/{self.diario_id}]Riga #{self.diario_id}[/url] (creata" if self.creator is not None: text += f" da {str(self.creator)}" text += f" il {self.timestamp.strftime('%Y-%m-%d %H:%M')}):\n"