From e4452ebef1a9e98d04890334373863abe207377e Mon Sep 17 00:00:00 2001 From: Nico Jensen Date: Mon, 10 Mar 2025 17:23:36 +0100 Subject: [PATCH] rename Files --- DeleteInactiveUser.py => main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename DeleteInactiveUser.py => main.py (94%) diff --git a/DeleteInactiveUser.py b/main.py similarity index 94% rename from DeleteInactiveUser.py rename to main.py index 677eecb..9c916f1 100644 --- a/DeleteInactiveUser.py +++ b/main.py @@ -3,7 +3,7 @@ import json from mastodon import Mastodon import sys -from InactiveUserManager import InactiveUserManager +from inactiveUserManager import InactiveUserManager if __name__ == "__main__": CONFIG_FILE = "config.json"