From 570428619d47ce7070aad3ffb0cc5e992fbb712c Mon Sep 17 00:00:00 2001 From: KevinNitroG Date: Thu, 26 Dec 2024 23:46:09 +0700 Subject: [PATCH] chore: sample config.json --- .gitignore | 2 ++ .pre-commit-config.yaml | 2 +- config.json => config.sample.json | 8 +++++--- 3 files changed, 8 insertions(+), 4 deletions(-) rename config.json => config.sample.json (83%) diff --git a/.gitignore b/.gitignore index e5b96aa..987fc28 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +config.json + # Created by https://www.toptal.com/developers/gitignore/api/python,venv # Edit at https://www.toptal.com/developers/gitignore?templates=python,venv diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ab0d72c..ad83810 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: hooks: - id: check-github-workflows - id: check-metaschema - files: config.json + files: config.sample.json - repo: local hooks: diff --git a/config.json b/config.sample.json similarity index 83% rename from config.json rename to config.sample.json index a6aa91a..0da86a4 100644 --- a/config.json +++ b/config.sample.json @@ -6,7 +6,8 @@ "owner": "@kevinnitro" }, { - "plate": "60A64685" + "plate": "60A64685", + "owner": "dad" }, { "plate": "98A56604" @@ -23,9 +24,10 @@ "telegram": { "bot_token": "2780473231:weiruAShGUUx4oLOMoUhd0GiREXSZcCq-uB", "chat_id": "-1001790012349" - } + }, + "enabled": true } ], "havent_paid_only": true, - "log_level": "DEBUG" + "log_level": "INFO" }