Spaces:
Paused
Paused
Update animeworld.py
Browse files- animeworld.py +2 -1
animeworld.py
CHANGED
|
@@ -15,7 +15,8 @@ months = {
|
|
| 15 |
}
|
| 16 |
showname_replace = {
|
| 17 |
"Attack on Titan": "L'attacco dei Giganti",
|
| 18 |
-
"Season": ""
|
|
|
|
| 19 |
}
|
| 20 |
|
| 21 |
AW_DOMAIN = config.AW_DOMAIN
|
|
|
|
| 15 |
}
|
| 16 |
showname_replace = {
|
| 17 |
"Attack on Titan": "L'attacco dei Giganti",
|
| 18 |
+
"Season": "",
|
| 19 |
+
" ": " "
|
| 20 |
}
|
| 21 |
|
| 22 |
AW_DOMAIN = config.AW_DOMAIN
|