Browse Source

#1 100 刻みはさすがに刻みすぎた

main
みてるぞ 1 week ago
parent
commit
d6654c41ba
1 changed files with 4 additions and 5 deletions
  1. +4
    -5
      nico.py

+ 4
- 5
nico.py View File

@@ -25,12 +25,11 @@ CONFIG: dict[str, DbConfig] = { 'mysql': { 'driver': 'mysql',
DB = DatabaseManager (CONFIG)
Model.set_connection_resolver (DB)

KIRIBAN_VIEWS_COUNTS: set[int] = { *range (100, 1_000, 100),
*range (1_000, 10_000, 1_000),
KIRIBAN_VIEWS_COUNTS: set[int] = { *range (1_000, 10_000, 1_000),
*range (10_000, 1_000_001, 10_000),
194, 245, 510, 114_514, 1_940, 2_450, 5_100, 24_500,
51_000, 2_424 }
194, 245, 510, 810, 114_514, 1_940, 2_450, 5_100,
19_400, 24_500, 51_000, 93_194, 2_424, 242_424, 1_919, 4_545,
194_245, 245_194, 510_245 }

class VideoInfo (TypedDict):
contentId: str


Loading…
Cancel
Save