Skip to content

Commit

Permalink
Update webhook.py
Browse files Browse the repository at this point in the history
  • Loading branch information
filispeen committed Oct 12, 2023
1 parent 5d75b15 commit ae890a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion F_Discord_webhook/webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

async def av_test(url):
async with aiohttp.ClientSession() as session:
webhook = Webhook.from_url(turl, session=session)
webhook = Webhook.from_url(url, session=session)
await webhook.send(username="Availability test")

async def process(url, dataset_name, train_folder_name, train_start_date, percent, generation, training_time):
Expand Down

0 comments on commit ae890a5

Please sign in to comment.