Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
chore(sample-config): update sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Jan 6, 2025
1 parent b5a9f92 commit 2428ae8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
11 changes: 6 additions & 5 deletions config.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"api": "csgt.vn",
"type": 2
},
{
"plate": "59XA00001",
"owner": "@ntgnguyen",
"type": "motorbike"
},
{
"plate": "60A64685",
"owner": "dad",
Expand All @@ -20,14 +25,10 @@
{
"plate": "30F88251",
"type": 1
},
{
"plate": "30F0000000",
"type": 1
}
],
"api": "checkphatnguoi.vn",
"notify": [
"notifications": [
{
"telegram": {
"botToken": "2780473231:weiruAShGUUx4oLOMoUhd0GiREXSZcCq-uB",
Expand Down
1 change: 0 additions & 1 deletion src/check_phat_nguoi/types/vehicle_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from typing import Any, Literal, TypeAlias


# TODO: Should we change this to string enum? Then make the function to convert to number
class VehicleTypeEnum(IntEnum):
car = 1
motorbike = 2
Expand Down

0 comments on commit 2428ae8

Please sign in to comment.