Added zipfile in lib for update

This commit is contained in:
raphael60650 2021-05-21 14:01:20 +02:00
parent 8ce1fd1e1e
commit ed188ec76e

View file

@ -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