Fix rar_support variable

This commit is contained in:
Timmy Welch 2022-04-14 16:25:25 -07:00
parent e519bf79be
commit 49210e67c5

View File

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