fix mistake

This commit is contained in:
kjeld Schouten-Lebbing
2022-01-16 16:07:36 +01:00
parent a989fa2d6e
commit 9f46c428d0
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ def fetch_charts():
charts = rawcharts.stdout.decode('utf-8')
return(charts)
def run()
def run():
get_args()
charts = fetch_charts()
parse_charts(charts)