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 Error #18

Open
miraccan00 opened this issue Mar 9, 2023 · 0 comments
Open

Indentation Error #18

miraccan00 opened this issue Mar 9, 2023 · 0 comments

Comments

@miraccan00
Copy link

Hi,

I wanted to build this app as Docker Image and I got this error

2023-03-10 02:18:27 Traceback (most recent call last):
2023-03-10 02:18:27   File "main.py", line 7, in <module>
2023-03-10 02:18:27     from music_cog import music_cog
2023-03-10 02:18:27   File "/app/music_cog.py", line 95
2023-03-10 02:18:27     self.is_playing=False
2023-03-10 02:18:27                         ^
2023-03-10 02:18:27 TabError: inconsistent use of tabs and spaces in indentation

I used to create my docker image " docker build -t discordmusic . "

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