forked from MarseyWorld/MarseyWorld
parent
be38c1e980
commit
6df72a8be8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue