|
@@ -42,7 +42,6 @@ class test_path(Load):
|
|
|
def get(self):
|
|
|
from wand.image import Image
|
|
|
filename = Demeter.path + 'runtime/upload/d1c6fd2a4b2941e083471c2ae3d97a37.pdf'
|
|
|
- print Demeter.config['setting']['phantomjs']
|
|
|
|
|
|
i = 0
|
|
|
pdf = Image(filename=filename, resolution=50)
|