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

Commit

Permalink
Merge branch 'main' into feat/discord-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Jan 14, 2025
2 parents 5856d51 + 5c7db8d commit 17daf2c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Check phạt nguội

Tool kiểm tra phạt nguội cho phương tiện giao thông của bạn. Hỗ trợ notify đến các nền tảng Telegram,...
Tool kiểm tra phạt nguội cho phương tiện giao thông của bạn. Hỗ trợ notify đến các nền tảng Telegram, Discord...
39 changes: 25 additions & 14 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json

site_name: Check Phạt Nguội
site_name: 'Check Phạt Nguội'
site_author: 'NTGNguyen & Kevin Nitro'
site_description: 'Tool kiểm tra phạt nguội'
site_url: 'https://ntgnguyen.github.io/check-phat-nguoi'
repo_url: 'https://github.com/ntgnguyen/check-phat-nguoi'
strict: true

nav:
- 'Trang chủ': index.md
- 'Sử dụng':
- usage/index.md
- usage/schedule-run.md
- 'Config schema': 'https://ntgnguyen.github.io/check-phat-nguoi/schemas/config.html'
- 'Development':
- dev/setup.md
- dev/csgt_vn.md
- dev/checkphatnguoi_vn.md
- dev/phatnguoi_vn.md
- 'Khác':
- other/references.md
- other/disclaimer.md

theme:
language: vi
icon:
Expand Down Expand Up @@ -69,19 +88,11 @@ plugins:
- stopWordFilter
- trimmer

nav:
- 'Trang chủ': index.md
- 'Sử dụng': usage/index.md
- usage/schedule-run.md
- 'Config schema': 'https://ntgnguyen.github.io/check-phat-nguoi/schemas/config.html'
- 'Development':
- dev/setup.md
- dev/csgt_vn.md
- dev/checkphatnguoi_vn.md
- dev/phatnguoi_vn.md
- 'Khác':
- other/references.md
- other/disclaimer.md
validation:
nav:
not_found: warn
omitted_files: warn
unrecognized_links: warn

extra:
analytics:
Expand Down
2 changes: 1 addition & 1 deletion src/check_phat_nguoi/get_data/get_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async def _get_data_for_plate(self, plate_info: PlateInfo) -> None:
plate_detail: PlateDetail | None = await engine.get_data(plate_info)
if plate_detail:
self._plates_details.add(plate_detail)
return
break

async def get_data(self) -> None:
async with (
Expand Down

0 comments on commit 17daf2c

Please sign in to comment.