Skip to content

Commit

Permalink
change description
Browse files Browse the repository at this point in the history
  • Loading branch information
pisik9 authored Dec 16, 2024
1 parent 053c3d2 commit a11aa49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SRT/srt.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ def _reserve(
"arvTm1": train.arr_time, # 도착일자1 (열차 목록 값)
"totPrnb": passengersCount, # 승차인원
"psgGridcnt": passengersCount, # 승차인원
"psgTpCd1": "0", # 승객종류1 인원수 (psgTpCd1~5)
"psgTpCd1": "0", # 승객종류1 passenger.code (psgTpCd1~5, 1~5)
"psgInfoPerPrnb1": "0", # 승객종류1 인원수 (psgInfoPerPrnb1~5)
"trnNo1": "%05d" % int(train.train_number), # 열차번호1 (열차 목록 값)
"runDt1": train.dep_date, # 운행일자1 (열차 목록 값)
Expand Down

0 comments on commit a11aa49

Please sign in to comment.