coroutine cancellation added

This commit is contained in:
pseusys
2023-02-17 17:57:26 +01:00
parent c378e689d0
commit df515b2378
5 changed files with 45 additions and 32 deletions

View File

@@ -8,6 +8,7 @@ from manager_download import DownloadManager as DM
MAX_LANGUAGES = 5
GRAPH_PATH = "assets/bar_graph.png"
async def create_loc_graph(yearly_data: Dict, save_path: str):