Skip to content

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
c4pointer committed Jan 18, 2023
1 parent 7f705c1 commit 2c6e1d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,10 @@ def temp_dens_extraction(self):
self.dens_new.text_color_normal = 1, 1, 0.8, 1
self.def_dens = self.dens_new.text

except KeyError as e:
self.temperature = def_temp
print("eror string 488")


except AttributeError as e:
self.temperature = def_temp
Expand Down
Binary file modified viking_ocean_prev.db
Binary file not shown.
Binary file modified viking_sea_prev.db
Binary file not shown.

0 comments on commit 2c6e1d6

Please sign in to comment.