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" }