diff --git a/modules/functions.py b/modules/functions.py index 5f2000d..6b2ea1d 100644 --- a/modules/functions.py +++ b/modules/functions.py @@ -93,5 +93,4 @@ async def syncWhitelistPterodactyl(whitelist): async def pterodactylWriteFile(serverid, path, data, apikey): url = f'{init.config().get_pterodactyl_domain()}api/client/servers/{serverid}/files/write?file={urllib.parse.quote(path)}' - requests.post(url, data=data, headers={"Accept": "application/json", "Authorization": f"Bearer {apikey}"}) - print('Whitelist abgeschickt') \ No newline at end of file + requests.post(url, data=data, headers={"Accept": "application/json", "Authorization": f"Bearer {apikey}"}) \ No newline at end of file