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
import subprocess
import requests
import zipfile
import shutil
import json
import glob