Remove unneeded allow_once decorator

This commit is contained in:
Ben 2019-10-09 01:15:17 +01:00
parent e45ab46b61
commit 329648f149

View File

@ -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)