End temporary flower crown event.

Started in d96320e7d7.
remotes/1693045480750635534/spooky-22
Snakes 2022-08-23 23:05:31 -04:00
parent be38c1e980
commit 6df72a8be8
Signed by: Snakes
GPG Key ID: E745A82778055C7E
1 changed files with 0 additions and 3 deletions

View File

@ -626,9 +626,6 @@ class User(Base):
if self.is_cakeday:
return 'cakeday-1'
elif SITE_NAME == 'rDrama': # temporary branch for flowercrown event
flowercrowns = ['01','02','03','04','05','06','07','08','09','10','11','12','13','14','15']
return 'flowercrown-' + random.choice(flowercrowns)
return ''
@property