You've already forked wakapi-readme-stats
2
main.py
2
main.py
@@ -463,7 +463,7 @@ def get_stats(github):
|
|||||||
stats = ''
|
stats = ''
|
||||||
repositoryList = run_query(repositoryListQuery.substitute(username=username, id=id))
|
repositoryList = run_query(repositoryListQuery.substitute(username=username, id=id))
|
||||||
|
|
||||||
if (show_loc.lower() or showLocChart.lower()) in truthy:
|
if show_loc.lower() in truthy or showLocChart.lower() in truthy:
|
||||||
# This condition is written to calculate the lines of code because it is heavy process soo needs to be calculate once this will reduce the execution time
|
# This condition is written to calculate the lines of code because it is heavy process soo needs to be calculate once this will reduce the execution time
|
||||||
yearly_data = get_yearly_data()
|
yearly_data = get_yearly_data()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user