mirror of
https://github.com/TotalFreedomMC/TotalFreedomBot.git
synced 2024-12-22 15:44:57 +00:00
Update functions.py
This commit is contained in:
parent
596556ec4a
commit
2efede4f00
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ def write_json(file_name, data):
|
||||||
|
|
||||||
|
|
||||||
def hit_endpoint(command):
|
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 = {}
|
payload = {}
|
||||||
headers = {}
|
headers = {}
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue