mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
ruff check
This commit is contained in:
+2
-2
@@ -64,9 +64,9 @@ def show_ip(response: Response):
|
||||
# Создание приложения и регистрация маршрутизаторов
|
||||
app = App(
|
||||
prompt="System> ",
|
||||
initial_message="Системный монитор v1.0",
|
||||
initial_message="Pingator",
|
||||
dividing_line=DynamicDividingLine("*"),
|
||||
autocompleter=AutoCompleter('.hist')
|
||||
autocompleter=AutoCompleter('.hist', 'e'),
|
||||
)
|
||||
|
||||
# Добавляем все маршрутизаторы
|
||||
|
||||
Reference in New Issue
Block a user