remove testing condition

master
Aevann 2024-04-12 14:06:46 +02:00
parent 7729fcb324
commit 55285162de
1 changed files with 1 additions and 1 deletions

View File

@ -1073,7 +1073,7 @@ def IS_FOURTH():
fool_begin = datetime.datetime.strptime(f'1/4/{t.year}', '%d/%m/%Y')
fool_end = datetime.datetime.strptime(f'2/4/{t.year}', '%d/%m/%Y')
def IS_FOOL():
return True or fool_begin < datetime.datetime.now() < fool_end
return fool_begin < datetime.datetime.now() < fool_end
CHUD_PHRASES = ( #if you add a phrase, remove one in turn
"Trans lives matter",