mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-18 11:14:46 +03:00
Merge b5ef9e4fd1
into e4faa1069a
This commit is contained in:
commit
25c60a2ba7
|
@ -380,7 +380,7 @@ def init():
|
|||
"""
|
||||
|
||||
global _initialized
|
||||
if _initialized >= 2:
|
||||
if _initialized == 2:
|
||||
return 0
|
||||
|
||||
for plugin in _plugins:
|
||||
|
|
Loading…
Reference in New Issue
Block a user