Update main.py

This commit is contained in:
heckeralt 2024-09-11 09:20:19 -04:00
parent 88aaea2541
commit 008e19efce
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import psutil
from discord_webhook import DiscordWebhook from discord_webhook import DiscordWebhook
# Replace with your actual webhook URL # 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 # Get RAM usage
ram = psutil.virtual_memory() ram = psutil.virtual_memory()