diff --git a/main.py b/main.py index b3bff8c..4b40080 100644 --- a/main.py +++ b/main.py @@ -16,7 +16,7 @@ async def main(): if __name__ == "__main__": logging.basicConfig( - level=logging.DEBUG, + level=logging.INFO, format="%(asctime)s | %(levelname)-7s | %(name)-20s | %(message)s", datefmt="%H:%M:%S", handlers=[logging.StreamHandler()], diff --git a/start.ps1 b/start.ps1 index a7653c7..644aafb 100644 --- a/start.ps1 +++ b/start.ps1 @@ -25,5 +25,4 @@ pip install -r requirements.txt cls # Запуск бота -Write-Host "[INFO] Запуск бота..." -ForegroundColor Green python main.py