Skip to content

Commit a34762c

Browse files
llucaxCopilot
andauthored
Fix extra whitespace in README
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent c873fce commit a34762c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ async def run():
104104
url = os.getenv(
105105
"DISPATCH_API_URL", "grpc://dispatch.url.goes.here.example.com"
106106
)
107-
key = os.getenv("DISPATCH_API_KEY", "some-key")
107+
key = os.getenv("DISPATCH_API_KEY", "some-key")
108108

109109
microgrid_id = 1
110110

0 commit comments

Comments
 (0)