You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: