Skip to content

Commit 83fc28f

Browse files
add success completion message
1 parent bbd0665 commit 83fc28f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

botstrap.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,3 +315,5 @@ def create_webhook(self, name: str, channel_id_: int) -> str:
315315

316316
with env_file_path.open("wb") as file:
317317
file.write(config_str.encode("utf-8"))
318+
319+
log.info("Botstrap completed successfully. Configuration has been written to %s", env_file_path)

0 commit comments

Comments
 (0)