20: Update variable map with new data
This commit is contained in:
+1
@@ -43,6 +43,7 @@ public final class JupiterPerpsEntryPriceVariableRefresher {
|
||||
+ " = "
|
||||
+ position.entryPrice()
|
||||
);
|
||||
variables.put(variableName, position.entryPrice().toPlainString());
|
||||
}
|
||||
} catch (IOException | InterruptedException exception) {
|
||||
if (exception instanceof InterruptedException) {
|
||||
|
||||
Reference in New Issue
Block a user