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

indentation issue on SimpleMFRC522.py #34

Open
JianDk opened this issue Jan 7, 2021 · 1 comment
Open

indentation issue on SimpleMFRC522.py #34

JianDk opened this issue Jan 7, 2021 · 1 comment

Comments

@JianDk
Copy link

JianDk commented Jan 7, 2021

I forked the project as I wanted to make an improvement on the read method in SimpleMFRC522.py. When I cloned my fork and opened SimpleMFRC522.py I found that indentation was 2 spaces. In Python we need 4 spaces indentation.

Strangely when I installed the package using pip install everything worked out fine.

@zachary822
Copy link

As long as it's consistent indentation, python will work. You can indent everything with 5 tabs if you wish.

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

2 participants