You've already forked wakapi-readme-stats
download manager improved to handle and cache all kinds of requests
This commit is contained in:
@@ -18,9 +18,9 @@ class BarGraph:
|
||||
def __init__(self, yearly_data):
|
||||
self.yearly_data = yearly_data
|
||||
|
||||
def build_graph(self):
|
||||
async def build_graph(self):
|
||||
|
||||
colors = run(DownloadManager.get_remote_yaml("linguist"))
|
||||
colors = await DownloadManager.get_remote_yaml("linguist")
|
||||
allColorsValues = []
|
||||
|
||||
# filter data
|
||||
|
||||
Reference in New Issue
Block a user