Skip to content

Commit 9cc114a

Browse files
author
Alan Christie
committed
docs: Less confusing table creation log
1 parent 9836742 commit 9cc114a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def _get_location(uuid: str) -> str:
7373
)
7474
_DB_CONNECTION.commit()
7575
_DB_CONNECTION.close()
76-
_LOGGER.info("Created")
76+
_LOGGER.info("Created (or exists)")
7777

7878
# List existing event streams
7979
_DB_CONNECTION = sqlite3.connect(_DATABASE_PATH)

0 commit comments

Comments
 (0)