Fix rar_support variable

This commit is contained in:
Timmy Welch 2022-04-14 16:25:25 -07:00
parent 94115baa82
commit 35669dd1e3

View File

@ -33,7 +33,7 @@ try:
rar_support = True
except:
rar_support = True
rar_support = False
try:
from PIL import Image