Skip to content

Commit b93f47e

Browse files
author
Kazuki Suzuki Przyborowski
committed
Update support.py
1 parent 3a4d85f commit b93f47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upcean/support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def check_for_magick():
230230
magicksupport = False
231231
return False
232232

233-
if(enable_magicksupport):
233+
if(enable_pgmagicksupport):
234234
def check_for_pgmagick():
235235
pgmagicksupport = True
236236
try:

0 commit comments

Comments
 (0)