Skip to content

Commit

Permalink
Remove References to Tachiyomi
Browse files Browse the repository at this point in the history
  • Loading branch information
Animeboynz committed Jul 31, 2024
1 parent eb23a3f commit 15e5e7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class BackupRestorer(
private fun writeErrorLog(): File {
try {
if (errors.isNotEmpty()) {
val file = context.createFileInCacheDir("tachiyomi_restore.txt")
val file = context.createFileInCacheDir("mihon_restore.txt")
val sdf = SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS", Locale.getDefault())

file.bufferedWriter().use { out ->
Expand Down

0 comments on commit 15e5e7e

Please sign in to comment.