Add back-in unused imports

These imports, although unused, are wrapped in a try/catch block for
import check purposes. Will fix in a diff commit.
This commit is contained in:
osman 2025-08-24 22:04:06 -07:00
parent 433798a09d
commit 506a448a19

View file

@ -1648,7 +1648,8 @@ source file/folder selection uses rsync syntax, meaning that:
if "https://" in ar.url.lower():
try:
pass
import ssl
import zipfile
except:
t = "ERROR: https is not available for some reason; please use http"
print("\n\n %s\n\n" % (t,))