push done with git instead of github

This commit is contained in:
pseusys
2023-03-11 20:15:28 +01:00
parent 7771515605
commit 8eb0910c70
6 changed files with 111 additions and 96 deletions

View File

@@ -5,10 +5,11 @@ import matplotlib.patches as mpatches
import matplotlib.pyplot as plt
from manager_download import DownloadManager as DM
from manager_file import FileManager as FM
MAX_LANGUAGES = 5 # Number of top languages to add to chart, for each year quarter
GRAPH_PATH = "assets/bar_graph.png" # Chart saving path.
GRAPH_PATH = f"{FM.ASSETS_DIR}/bar_graph.png" # Chart saving path.
async def create_loc_graph(yearly_data: Dict, save_path: str):