From 14d43d787ecfafa4e5444885d6beb10b6f6424f7 Mon Sep 17 00:00:00 2001 From: Dima YaFlay <93622229+YaFlay@users.noreply.github.com> Date: Mon, 3 Jan 2022 02:15:24 +0300 Subject: [PATCH] fixing links --- index.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.py b/index.py index 9d173cf..9f4c13e 100644 --- a/index.py +++ b/index.py @@ -9,7 +9,7 @@ if not path.isfile('/windows.py'): urlretrieve(windows, str(cwd)+'/windows.py') commands = 'https://raw.githubusercontent.com/YaFlay/Minecraft_server_creating/main/commands.py' if not path.isfile('/commands.py'): urlretrieve(commands, str(cwd)+'/commands.py') # download commands.py -installer = 'https://raw.githubusercontent.com/YaFlay/Minecraft_server_creating/main/installer.py' -if not path.isfile('/installer.py'): urlretrieve(installer, str(cwd)+'/installer.py') +installer = 'https://raw.githubusercontent.com/YaFlay/Minecraft_server_creating/main/intex.py' +if not path.isfile('/intex.py'): urlretrieve(installer, str(cwd)+'/intex.py') # download commands.py system('python3 '+ str(cwd)+'/windows.py')