Skip to content

Commit

Permalink
Merge pull request #1739 from petridishdev/main
Browse files Browse the repository at this point in the history
Fixes logic for web hook formatter in Faber demo
  • Loading branch information
andrewwhitehead authored Apr 20, 2022
2 parents bb9a7f8 + 0939a61 commit 0c695cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demo/runners/faber.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,8 +616,7 @@ async def main(args):
)
+ "/webhooks"
)
+ f"/pres_req/{pres_req_id}/"
)
) + f"/pres_req/{pres_req_id}/"
log_msg(f"Proof request url: {url}")
qr = QRCode(border=1)
qr.add_data(url)
Expand Down

0 comments on commit 0c695cf

Please sign in to comment.