fixing bugs
This commit is contained in:
Dima YaFlay
2022-01-02 05:14:35 +03:00
committed by GitHub
parent ed683d787c
commit ccabf28eed

View File

@@ -1,4 +1,3 @@
from minecraft_server_installer import *
from tkinter import Tk, BooleanVar, Button, Checkbutton from tkinter import Tk, BooleanVar, Button, Checkbutton
from commands import * from commands import *
@@ -54,4 +53,5 @@ def windows():
# downloading python # downloading python
window.mainloop() window.mainloop()
# create window and button for start and create server # create window and button for start and create server
# creating def for index.py # creating def for index.py
windows()