From PI
This commit is contained in:
parent
a3ddba9ac0
commit
c35e6365ff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 0 B |
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -37,8 +37,8 @@ def loadingFreeDays(plz, year):
|
||||||
filecsv = csv.reader(csvfile, delimiter=';')
|
filecsv = csv.reader(csvfile, delimiter=';')
|
||||||
for row in filecsv:
|
for row in filecsv:
|
||||||
|
|
||||||
if str(row[1].decode('utf-8')) == str(plz):
|
if str(row[1] == str(plz)):
|
||||||
land = row[6].decode('utf-8')
|
land = row[6]
|
||||||
break;
|
break;
|
||||||
|
|
||||||
if(land != False):
|
if(land != False):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue