Skip to content

Commit

Permalink
bug fix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk1999s committed Feb 9, 2022
1 parent adc1572 commit c21a426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simbev/simbevMiD.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def availability(
date_now = date_im[im]
date_now = str(date_now.day) + '.' + str(date_now.month) + '.' + '2022'

temp_date = temperature['Datum']
temp_date = temperature['Date']
temp_temp = temperature['Temperature']
for it in range(len(temperature)):
if temp_date[it] == date_now:
Expand Down

0 comments on commit c21a426

Please sign in to comment.