mirror of
https://github.com/HMCore/Orbot.git
synced 2026-01-09 19:42:58 +00:00
Add auto publish feature
This commit is contained in:
@@ -27,7 +27,7 @@ object SiteWatcher {
|
||||
newestBlog = newBlog
|
||||
}
|
||||
} catch (e: IOException) {
|
||||
Admin.error("Connection to Hytale Server failed", e)
|
||||
Admin.error("Connection to Hytale Server failed", e.message ?: e.localizedMessage)
|
||||
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user