mirror of
https://github.com/solero/houdini.git
synced 2024-11-22 13:37:28 +00:00
Remove unneeded allow_once decorator
This commit is contained in:
parent
e45ab46b61
commit
329648f149
@ -71,7 +71,6 @@ async def handle_get_recent_stamps(p):
|
|||||||
|
|
||||||
|
|
||||||
@handlers.handler(XTPacket('st', 'sse'))
|
@handlers.handler(XTPacket('st', 'sse'))
|
||||||
@handlers.allow_once
|
|
||||||
async def handle_stamp_add(p, stamp: Stamp):
|
async def handle_stamp_add(p, stamp: Stamp):
|
||||||
await p.add_stamp(stamp)
|
await p.add_stamp(stamp)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user