fix: add a tag when zapping (#115)
This commit is contained in:
parent
407955dce5
commit
a1a55cb974
1 changed files with 1 additions and 1 deletions
2
tasks.py
2
tasks.py
|
|
@ -120,7 +120,7 @@ async def send_zap(payment: Payment):
|
||||||
return res[0] if res else None
|
return res[0] if res else None
|
||||||
|
|
||||||
tags = []
|
tags = []
|
||||||
for t in ["p", "e"]:
|
for t in ["p", "e", "a"]:
|
||||||
tag = get_tag(event_json, t)
|
tag = get_tag(event_json, t)
|
||||||
if tag:
|
if tag:
|
||||||
tags.append([t, tag[0]])
|
tags.append([t, tag[0]])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue