Skip to content

Commit b985044

Browse files
Apply prepare changes
1 parent 3622cd8 commit b985044

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/opengeodeweb_viewer/rpc/utils_protocols.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ def __init__(self) -> None:
2020

2121
@exportRpc(utils_prefix + utils_schemas_dict["kill"]["rpc"])
2222
def kill(self) -> None:
23-
print(f"{self.utils_prefix + self.utils_schemas_dict['kill']['rpc']}", flush=True)
23+
print(
24+
f"{self.utils_prefix + self.utils_schemas_dict['kill']['rpc']}", flush=True
25+
)
2426
print("Manual viewer kill, shutting down...", flush=True)
2527
os._exit(0)

0 commit comments

Comments
 (0)