Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZeroDivisionError in main.py #1

Open
Emporea opened this issue Dec 8, 2021 · 0 comments
Open

ZeroDivisionError in main.py #1

Emporea opened this issue Dec 8, 2021 · 0 comments

Comments

@Emporea
Copy link

Emporea commented Dec 8, 2021

I get this error when executing
main.py -u AlexGyver -sy 2010 -s .

Traceback (most recent call last):
  File "main.py", line 181, in <module>
    mounts_percent_string = createGraph(months, months_name, months_max_graph, mf, int(today.month - 1))
  File "main.py", line 126, in createGraph
    values_percent[i] = values[i] / max_value
ZeroDivisionError: division by zero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant