Skip to content

Commit

Permalink
fix: missing idx variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
dhfhfk committed Mar 7, 2024
1 parent 90904cf commit f6c46e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ktrains/korail/korail.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,8 @@ class Korail(object):
_version = "190617001"
_key = "korail1234567890"

_idx = None

membership_number = None
name = None
email = None
Expand Down

0 comments on commit f6c46e0

Please sign in to comment.