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