diff --git a/src/main/tjava/com/r35157/jupiterperpsalarm/impl/ref/JupiterPerpsEntryPriceVariableRefresher.tjava b/src/main/tjava/com/r35157/jupiterperpsalarm/impl/ref/JupiterPerpsEntryPriceVariableRefresher.tjava index 91ed4ca..f1d4682 100644 --- a/src/main/tjava/com/r35157/jupiterperpsalarm/impl/ref/JupiterPerpsEntryPriceVariableRefresher.tjava +++ b/src/main/tjava/com/r35157/jupiterperpsalarm/impl/ref/JupiterPerpsEntryPriceVariableRefresher.tjava @@ -43,6 +43,7 @@ public final class JupiterPerpsEntryPriceVariableRefresher { + " = " + position.entryPrice() ); + variables.put(variableName, position.entryPrice().toPlainString()); } } catch (IOException | InterruptedException exception) { if (exception instanceof InterruptedException) {