Update main.py
This commit is contained in:
parent
88aaea2541
commit
008e19efce
2
main.py
2
main.py
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue