diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..21bafbd --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +dist +build +*.spec \ No newline at end of file diff --git a/main.py b/main.py index 881ec94..da85dc6 100644 --- a/main.py +++ b/main.py @@ -3,8 +3,6 @@ import tkinter.filedialog as fd import backend import pathlib -import asyncio -import threading def tryDownload() -> None : if backend.checkSettings() :