diff --git a/pyfilebrowser/squire/steward.py b/pyfilebrowser/squire/steward.py index 8e27027..d8e09fe 100644 --- a/pyfilebrowser/squire/steward.py +++ b/pyfilebrowser/squire/steward.py @@ -115,7 +115,7 @@ def remove_trailing_underscore(dictionary: dict) -> dict: def remove_prefix(text: str) -> str: """Returns the message part from the default log output from filebrowser.""" - return DATETIME_PATTERN.sub("", text).strip().capitalize() + return DATETIME_PATTERN.sub("", text).strip() class EnvConfig(BaseModel):