Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
539cdcc
1
Parent(s):
ef853d9
Update __init__.py
Browse files- Powers/__init__.py +1 -0
Powers/__init__.py
CHANGED
|
@@ -95,6 +95,7 @@ if Config.GENIUS_API_TOKEN:
|
|
| 95 |
elif not Config.GENIUS_API_TOKEN:
|
| 96 |
LOGGER.error("Genius api not found lyrics command will not work")
|
| 97 |
is_genius_lyrics = False
|
|
|
|
| 98 |
|
| 99 |
is_audd = False
|
| 100 |
Audd = None
|
|
|
|
| 95 |
elif not Config.GENIUS_API_TOKEN:
|
| 96 |
LOGGER.error("Genius api not found lyrics command will not work")
|
| 97 |
is_genius_lyrics = False
|
| 98 |
+
genius_lyrics = False
|
| 99 |
|
| 100 |
is_audd = False
|
| 101 |
Audd = None
|