Update log_roller.py

This commit is contained in:
Richard Mwewa
2022-12-23 19:31:43 +02:00
committed by GitHub
parent 07ca8c486c
commit 4db8300e2c

View File

@@ -8,10 +8,8 @@ session_opened = "Opened new session on {}:{}"
session_closed = "Session closed at {}."
viewing_logs = "Viewing logs"
viewing_csv = "Viewing CSV file(s)..."
deleted_log = "Deleted log: {}"
reading_log = "Reading log: {}"
reading_csv = 'Reading csv: {}'
deleted_csv = 'Deleted csv: {}'
deleted = "Deleted: {}"
reading = "Reading: {}"
file_downloading = "Downloading: {}"
file_downloaded = "Downloaded: downloads/{}"
info_not_found = "Information not found: {}, {}, {}"