Update functions.py

This commit is contained in:
Elmon11 2020-12-08 23:58:39 +01:00 committed by GitHub
parent 596556ec4a
commit 2efede4f00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: