This commit is contained in:
Dima YaFlay
2022-01-03 02:04:29 +03:00
committed by GitHub
parent 1dd7e947cb
commit 3cfe24fdf7

View File

@@ -3,7 +3,7 @@ from commands import *
from installer import *
from os import remove, getcwd
remove(str(getcwd)+'/index.py')
remove(str(getcwd())+'/index.py')
# remove installer
window=Tk()
window.title('Minecraft server')