fix mistake
This commit is contained in:
parent
a989fa2d6e
commit
9f46c428d0
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ README_MD = open(join(dirname(abspath(__file__)), "README.md")).read()
|
||||
|
||||
setup(
|
||||
name="trueupdate",
|
||||
version="1.0.1",
|
||||
version="1.0.2",
|
||||
|
||||
# The packages that constitute your project.
|
||||
# For my project, I have only one - "pydash".
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user