mirror of
https://github.com/solero/houdini.git
synced 2024-11-09 20:58:20 +00:00
Remove allow_once
decorator from party cookie request
This commit is contained in:
parent
524aa2803e
commit
3f50f0589d
@ -13,7 +13,6 @@ DefaultPartyCookie = {
|
|||||||
|
|
||||||
|
|
||||||
@handlers.handler(XTPacket('party', 'partycookie'))
|
@handlers.handler(XTPacket('party', 'partycookie'))
|
||||||
@handlers.allow_once
|
|
||||||
async def handle_party_cookie(p):
|
async def handle_party_cookie(p):
|
||||||
cookie = await p.server.redis.hget('partycookie', p.id)
|
cookie = await p.server.redis.hget('partycookie', p.id)
|
||||||
if cookie is None:
|
if cookie is None:
|
||||||
|
Loading…
Reference in New Issue
Block a user