pawel02 / music_bot

Music discord bot with all the functionality you'll ever want
66 stars 91 forks source link

Indentation Error #18

Open miraccan00 opened 1 year ago

miraccan00 commented 1 year ago

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