Removed debug print-statements
This commit is contained in:
parent
188b0497cb
commit
242e7acd09
1 changed files with 0 additions and 2 deletions
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue