윤영준 윤영준 2023-06-14
fixed behavior of save flag. Now it will return the choropleth plotly graph object no matter what.
@3000ca33be5d439ad89f3f7493969112cffd6093
choropleth.py
--- choropleth.py
+++ choropleth.py
@@ -207,4 +207,4 @@
 
         print(f"saved at : {p}")
 
-    return fig
+    return fig
(파일 끝에 줄바꿈 문자 없음)
Add a comment
List