We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get this error when executing main.py -u AlexGyver -sy 2010 -s .
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get this error when executing
main.py -u AlexGyver -sy 2010 -s .
The text was updated successfully, but these errors were encountered: