Fix rar_support variable
This commit is contained in:
parent
e519bf79be
commit
49210e67c5
@ -33,7 +33,7 @@ try:
|
||||
|
||||
rar_support = True
|
||||
except:
|
||||
rar_support = True
|
||||
rar_support = False
|
||||
|
||||
try:
|
||||
from PIL import Image
|
||||
|
Loading…
Reference in New Issue
Block a user