Skip to content

Commit 988c042

Browse files
committed
Corrección en nombre de clave "BOT_VERBOSITY" en setup_bot.
1 parent d453741 commit 988c042

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pydeckard/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def setup_bot():
217217
print(f'\n--- Asistente de configuración para PyDeckard (SO: {system_name}) ---\n\n')
218218

219219
parameters = [('TELEGRAM_BOT_TOKEN', 'Introduzca el Token del Bot', None, str),
220-
('VERBOSITY', 'Nivel de verbosidad', (0.0, 1.0), float),
220+
('BOT_VERBOSITY', 'Nivel de verbosidad', (0.0, 1.0), float),
221221
('LOG_LEVEL', 'Nivel de registro de logs', ['DEBUG', 'INFO', 'WARNING', 'ERROR'], str),
222222
('POLL_INTERVAL', 'Intervalo de polling para la API de Telegram', (1, 10), int),
223223
('BOT_GREETING', 'Saludo del bot', None, str),

0 commit comments

Comments
 (0)