forked from MarseyWorld/MarseyWorld
show chud phrase in profiles
parent
d9279c6e8e
commit
8c6ca188bd
|
@ -702,7 +702,7 @@ class User(Base):
|
||||||
|
|
||||||
text = f"{days}d {hours:02d}h {mins:02d}m"
|
text = f"{days}d {hours:02d}h {mins:02d}m"
|
||||||
|
|
||||||
return f"Unchud in {text}"
|
return f'''Unchud in {text} - Chud phrase: "{self.chud_phrase[0].upper()}{self.chud_phrase[1:].replace('israel', 'Israel').replace('ukraine', 'Ukraine').replace('ccp', 'CCP')}"'''
|
||||||
|
|
||||||
@property
|
@property
|
||||||
@lazy
|
@lazy
|
||||||
|
|
Loading…
Reference in New Issue