Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
fixed weather issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed Dec 10, 2019
1 parent ce1f10b commit 05dec6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bin/jar/Ara-Server.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/java/com/andromeda/araserver/skills/Weather.kt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Weather {
else return finishUp(json.asJsonObject.getAsJsonObject("daily").getAsJsonArray("data")[time!!].asJsonObject)
}
fun finishUp(dataSet: JsonObject): String? {
println("test 2")
println("test 3")
val temp:String?
temp = try {
dataSet.asJsonObject.get("temperature").asInt.toString()
Expand Down

0 comments on commit 05dec6d

Please sign in to comment.