leetcode-cli
leetcode-cli copied to clipboard
Tags table in the database file is empty
I was trying to get the plan1.py script to filter the questions. After fixing a couple of things to get the python script to work, I noticed that the the stags argument to the python script is empty.
I then proceeded to connect sqlite3 to the database file at ~/.leetcode/Problems
. When selecting entries from the table 'tags' there seemed to be no entries. My assumption is this is the tag such as Dynamic Programming or Array.. Is the tag table not populated anymore or is this some error?