pawel02 / music_bot

Music discord bot with all the functionality you'll ever want

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indentation Error

miraccan00 opened this issue · comments

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 . "