diff --git a/ucetnictvi_vfcz.py b/ucetnictvi_vfcz.py index 134df4d..7ae2d43 100644 --- a/ucetnictvi_vfcz.py +++ b/ucetnictvi_vfcz.py @@ -8,6 +8,10 @@ import os from discord_webhook import DiscordWebhook +webhook = DiscordWebhook( + url='https://discordapp.com/api/webhooks/744608404848246926/FwwWUNmuWsCetFDBOcA1trCx6nSflI0yX3f9BNh7-oB5a2VYSLl882di23XK2TNWwQxP', + username="billing vfcz") + dirpath = "." FILE = [filename for filename in os.listdir(dirpath) if filename.startswith("VFCZ_")]