diff --git a/functions.py b/functions.py index 37ad976..50013f9 100644 --- a/functions.py +++ b/functions.py @@ -56,7 +56,7 @@ def write_json(file_name, data): def hit_endpoint(command): - url = f"http://play.totalfreedom.me:3000?password=fuckinghateconfigissues&command={command}" + url = f"http://play.totalfreedom.me:3000?password=CENSORED&command={command}" payload = {} headers = {} try: