chishui / terminal-leetcode

Terminal-Leetcode is a terminal based leetcode website viewer.
MIT License
256 stars 27 forks source link

Populate DetailData properly. #13

Closed jhshi closed 7 years ago

jhshi commented 7 years ago

id and url field were missing. This causes None.py to be created when editing, since the id field is None.

chishui commented 7 years ago

these two variables are assigned in retrieve_detail_done, but I made a mistake, just fixed it.