From 77759f1e23b6d5f3ffee276b93532789625a042c Mon Sep 17 00:00:00 2001 From: doctator Date: Wed, 30 Apr 2025 14:51:14 +0000 Subject: [PATCH] Update miscellaneous/python/dbcheck1.py --- miscellaneous/python/dbcheck1.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/miscellaneous/python/dbcheck1.py b/miscellaneous/python/dbcheck1.py index 1a31a24..965a190 100644 --- a/miscellaneous/python/dbcheck1.py +++ b/miscellaneous/python/dbcheck1.py @@ -7,8 +7,8 @@ import psycopg2 # ==== CONFIG ==== MASTODON_INSTANCE = "https://chatwithus.live" -MASTODON_TOKEN = "rimxBLi-eaJAcwagkmoj6UoW7Lc473tQY0cOM041Euw" -MASTODON_USER_ID = "114386383616633367" +MASTODON_TOKEN = "" +MASTODON_USER_ID = "" HEALTHCHECK_HTML = "/var/www/html/healthcheck.html" DISK_WARN_THRESHOLD = 10