From 0d24b7742904e2980bac4eee732e0e0e5c4fac16 Mon Sep 17 00:00:00 2001 From: VimalBhadra <57639412+VimalBhadra@users.noreply.github.com> Date: Thu, 1 Oct 2020 19:47:57 +0530 Subject: [PATCH] Update tree.py --- tree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree.py b/tree.py index f9edf78..8191007 100644 --- a/tree.py +++ b/tree.py @@ -41,7 +41,7 @@ def element(self,link): curr=curr.next; return cou; def image(self): - fontPath = "/usr/share/fonts/truetype/didot/GFSDidotBold.otf" + fontPath = "/usr/share/fonts/truetype/didot/GFSDidotBold.otf" #we can add fonts and other configuration by using import tkinter sans16 = ImageFont.truetype ( fontPath, 20 ) im = Image.new ( "RGB", (1300,800), "#ddd" ) draw = ImageDraw.Draw ( im )