Removed easter egg
This commit is contained in:
parent
904c50224c
commit
5b858bc121
1 changed files with 0 additions and 2 deletions
|
@ -130,6 +130,4 @@ class DayHeaderDesign (DesignEntity):
|
||||||
return (int(coordinates[0] * self.size[0]),int(coordinates[1] * self.size[1]))
|
return (int(coordinates[0] * self.size[0]),int(coordinates[1] * self.size[1]))
|
||||||
|
|
||||||
def __get_day_text__ (self):
|
def __get_day_text__ (self):
|
||||||
if self.date.day is 14 and self.date.month is 3: #PI-Day
|
|
||||||
return "π"
|
|
||||||
return str(self.date.day)
|
return str(self.date.day)
|
Loading…
Reference in a new issue