Skip to content

Commit

Permalink
Nice meme
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed Jan 3, 2018
1 parent 5e49400 commit cc41fd7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/ml/duncte123/skybot/utils/AirUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -420,9 +420,7 @@ public static String getUptime(long time, boolean withTime) {
private static WAEngine getWolframEngine() {
WAEngine engine = new WAEngine();

String appId;

appId = config.getString("apis.wolframalpha", "");
String appId = config.getString("apis.wolframalpha", "");

if (appId == null || "".equals(appId)) {
IllegalStateException e
Expand Down

0 comments on commit cc41fd7

Please sign in to comment.