Code cleanup

This commit is contained in:
Ace
2020-11-12 21:19:51 +01:00
parent 376ce6cbe3
commit 1bd404af97
3 changed files with 6 additions and 13 deletions

View File

@@ -300,10 +300,3 @@ class Inkyimage(inkycal_module):
if __name__ == '__main__':
print('running {0} in standalone/debug mode'.format(filename))
#a = Inkyimage((480,800), {'path': "https://raw.githubusercontent.com/aceisace/Inky-Calendar/dev_ver2_0/Gallery/logo.png"})
#a = Inkyimage((480,800), {'path': "https://raw.githubusercontent.com/aceisace/Inky-Calendar/dev_ver2_0/Gallery/logo.png"})
a = Inkyimage((480, 800), {'path': "/home/pi/Desktop/im/IMG_0475.JPG"})
a.generate_image()