[bugfix] remove print root path
This commit is contained in:
@@ -24,7 +24,6 @@ class OverlayImage:
|
|||||||
self.root_path = os_path.join(os_path.dirname(__file__), "..", "..", "..", "fonts")
|
self.root_path = os_path.join(os_path.dirname(__file__), "..", "..", "..", "fonts")
|
||||||
else:
|
else:
|
||||||
self.root_path = os_path.join(root_path, "_internal", "fonts")
|
self.root_path = os_path.join(root_path, "_internal", "fonts")
|
||||||
print(self.root_path)
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def concatenateImagesVertically(img1: Image, img2: Image, margin: int = 0) -> Image:
|
def concatenateImagesVertically(img1: Image, img2: Image, margin: int = 0) -> Image:
|
||||||
|
|||||||
Reference in New Issue
Block a user