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

#1 fix indent #2

Merged
merged 2 commits into from
Mar 31, 2023
Merged

#1 fix indent #2

merged 2 commits into from
Mar 31, 2023

Conversation

tkgshn
Copy link
Contributor

@tkgshn tkgshn commented Mar 31, 2023

Description

I encountered an IndentationError when trying to run my friend's code, which I forked and made some modifications to. The error occurred on lines 77 and 82 of main.py. I have fixed the indentation issues by adding appropriate indents after the else statements.

Changes Made

Added appropriate indents after the else statements to resolve IndentationError on lines 77 and 82 of main.py.
Testing

I have tested the modified code and confirmed that it runs without any errors.

Please review my changes and merge them into the main branch if they are satisfactory.

Thank you!

@blu3mo blu3mo merged commit 847eae2 into blu3mo:main Mar 31, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants