Logging made better part 2
This commit is contained in:
@@ -43,7 +43,8 @@
|
||||
"startup":"Starting with pid {0}",
|
||||
"keyboard_interrupt": "\nShutting down...",
|
||||
"exception_occured": "Exception {0} happened on task execution",
|
||||
"post_exception": "Could not send content due to {0}\nTraceback: {1}",
|
||||
"post_sent": "Sent {0} of type {1} to {2} with caption {3} and silently {4}",
|
||||
"post_exception": "Could not send content due to {0}. Traceback: {1}",
|
||||
"post_empty": "Could not send content due to queue folder empty with allowed extensions",
|
||||
"deps_missing": "Required modules are not installed. Run 'pip3 install -r requirements.txt' and restart the program.",
|
||||
"passed_norun": "Argument --norun passed, not running the main script",
|
||||
|
@@ -43,7 +43,8 @@
|
||||
"startup": "Запуск бота з підом {0}",
|
||||
"keyboard_interrupt": "\nВимикаюсь...",
|
||||
"exception_occured": "Помилка {0} сталась під час виконання",
|
||||
"post_exception": "Не вдалося надіслати контент через {0}\nTraceback: {1}",
|
||||
"post_sent": "Надіслано {0} типу {1} у {2} з підписом {3} та без звуку {4}",
|
||||
"post_exception": "Не вдалося надіслати контент через {0}. Traceback: {1}",
|
||||
"post_empty": "Не вдалося надіслати контент через порожню папку черги з дозволеними розширеннями",
|
||||
"deps_missing": "Необхідні модулі не встановлені. Запустіть 'pip3 install -r requirements.txt' і перезапустіть програму.",
|
||||
"passed_norun": "Аргумент --norun надано, основний скрипт не запускається",
|
||||
|
Reference in New Issue
Block a user