small fix

This commit is contained in:
hexated 2023-07-07 15:18:35 +07:00
parent 58f142a8d7
commit 8e68ba73e5
1 changed files with 1 additions and 1 deletions

View File

@ -1952,7 +1952,7 @@ object RabbitStream {
}
suspend fun getZoroKey(): String {
return app.get("https://raw.githubusercontent.com/enimax-anime/key/e6/key.txt").text
return app.get("https://raw.githubusercontent.com/enimax-anime/key/e0/key.txt").text
}
private inline fun <reified T> decryptMapped(input: String, key: String): T? {