Skip to content

Commit d8ebe7c

Browse files
committed
Update sandbox port to the newest sandbox
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 7547974 commit d8ebe7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmarks/power_distribution/power_distributor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from frequenz.sdk.timeseries._quantities import Power
3131

3232
HOST = "microgrid.sandbox.api.frequenz.io"
33-
PORT = 61060
33+
PORT = 62060
3434

3535

3636
# TODO: this send_requests function uses the battery pool to # pylint: disable=fixme

examples/battery_pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from frequenz.sdk.actor import ResamplerConfig
1515

1616
HOST = "microgrid.sandbox.api.frequenz.io" # it should be the host name.
17-
PORT = 61060
17+
PORT = 62060
1818

1919

2020
async def main() -> None:

0 commit comments

Comments
 (0)