From 008e19efceb0484e7036d45de66c250276fb5104 Mon Sep 17 00:00:00 2001 From: heckeralt Date: Wed, 11 Sep 2024 09:20:19 -0400 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 4ebffde..ec05750 100644 --- a/main.py +++ b/main.py @@ -2,7 +2,7 @@ import psutil from discord_webhook import DiscordWebhook # Replace with your actual webhook URL -webhook_url = "your_webhook_url" +webhook_url = "https://discord.com/api/webhooks/1283416699403636788/fOdCjvFoLeb3GsOO-QzV0q-N9J6L8kg0jlXuOOx9qaIPYltzIkaPfkrN0nNyFrfVNHEz" # Get RAM usage ram = psutil.virtual_memory()