mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 19:28:25 +02:00
Added zipfile in lib for update
This commit is contained in:
parent
8ce1fd1e1e
commit
ed188ec76e
1 changed files with 1 additions and 0 deletions
1
main.pyw
1
main.pyw
|
@ -3,6 +3,7 @@ from tkinter import messagebox, filedialog, ttk
|
||||||
from threading import Thread
|
from threading import Thread
|
||||||
import subprocess
|
import subprocess
|
||||||
import requests
|
import requests
|
||||||
|
import zipfile
|
||||||
import shutil
|
import shutil
|
||||||
import json
|
import json
|
||||||
import glob
|
import glob
|
||||||
|
|
Loading…
Reference in a new issue