Skip to content

Commit d77df18

Browse files
committed
update with v2.1.X
1 parent 53f20f6 commit d77df18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyTgCalls/Decorators.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
client = # Here Your MTProto Client
1616
app = PyTgCalls(client)
1717

18-
@app.on_update(call_filters.stream_end)
18+
@app.on_update(call_filters.stream_end())
1919
async def handler(client: PyTgCalls, update: Update):
2020
print(update)
2121

0 commit comments

Comments
 (0)