mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-27 11:31:02 +00:00
fix: some color logging
This commit is contained in:
@@ -64,7 +64,7 @@ class AniMarkdown { //istg anilist has the worst api
|
||||
val basicHtml = getBasicAniHTML(html)
|
||||
|
||||
|
||||
return """
|
||||
val returnHtml = """
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, charset=UTF-8">
|
||||
@@ -95,6 +95,8 @@ class AniMarkdown { //istg anilist has the worst api
|
||||
</body>
|
||||
|
||||
""".trimIndent()
|
||||
Logger.log(returnHtml)
|
||||
return returnHtml
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user