Removed debug print-statements

This commit is contained in:
Maximilian Giller 2019-04-13 19:28:46 +02:00
parent 188b0497cb
commit 242e7acd09

View file

@ -12,8 +12,6 @@ if path != "" and path[-1] != "/":
wpath = path+'weather-icons/' wpath = path+'weather-icons/'
opath = path+'other/' opath = path+'other/'
fpath = 'fonts/' fpath = 'fonts/'
print(fpath)
print(os.getcwd())
tempicon = im_open(opath+'temperature.jpeg') tempicon = im_open(opath+'temperature.jpeg')
humicon = im_open(opath+'humidity.jpeg') humicon = im_open(opath+'humidity.jpeg')