Compare commits

..

4 commits

Author SHA1 Message Date
117c2d5030
Version bump 2025-01-30 18:42:04 +01:00
67a8647f7b
Merge pull request #71 from dcbr/patch-debug
Delete print statement
2025-01-30 18:38:41 +01:00
52812487f9
Delete debug line 2025-01-30 17:35:20 +00:00
dcbr
3947273ef7
Change print to debug logging 2025-01-30 09:14:51 +01:00
2 changed files with 1 additions and 2 deletions

View file

@ -138,7 +138,6 @@ class IrmKmiCoordinator(TimestampDataUpdateCoordinator):
location=localisation location=localisation
) )
rain_graph = await self.create_rain_graph(radar_animation, animation_data, country, images_from_api) rain_graph = await self.create_rain_graph(radar_animation, animation_data, country, images_from_api)
print(rain_graph)
radar_animation['svg_animated'] = rain_graph.get_svg_string() radar_animation['svg_animated'] = rain_graph.get_svg_string()
radar_animation['svg_still'] = rain_graph.get_svg_string(still_image=True) radar_animation['svg_still'] = rain_graph.get_svg_string(still_image=True)
return radar_animation return radar_animation

View file

@ -12,5 +12,5 @@
"svgwrite==1.4.3", "svgwrite==1.4.3",
"aiofile==3.9.0" "aiofile==3.9.0"
], ],
"version": "0.2.26" "version": "0.2.27"
} }