From c46a817eedee7da34c6ac15ec09eab784ce34023 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Fri, 7 May 2021 06:34:13 -0700 Subject: [PATCH] drop webhook on payout......too noisy --- suchwow/app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/suchwow/app.py b/suchwow/app.py index 2243608..3c8496c 100644 --- a/suchwow/app.py +++ b/suchwow/app.py @@ -116,7 +116,8 @@ def payout_users(): amount = 0 for amt in sweep["amount_list"]: amount += int(amt) - post_webhook(f"Paid out :moneybag: {_aw(_fa(amount))} WOW to `{post.submitter}` for post [{post.id}]({url})") + # post_webhook(f"Paid out :moneybag: {_aw(_fa(amount))} WOW to `{post.submitter}` for post [{post.id}]({url})") + # god damn you eimernase, why'd you ruin this for me? :P @app.cli.command("add_admin") @click.argument("username")