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've been recently working on Leetcode Pandas challenge and notice that the language tag they're using is "pythondata". Could you please maybe update the leetcode_export/utils.py file by adding "pythondata": "py", to the FILE_EXTENSIONS list to support these challenges?
Maybe the VALID_PROGRAMMING_LANGUAGES list also needs to be updated in this case. But I'm not sure because currently there is no other problems for me to fetch all my submissions.
The text was updated successfully, but these errors were encountered:
I've been recently working on Leetcode Pandas challenge and notice that the language tag they're using is "pythondata". Could you please maybe update the leetcode_export/utils.py file by adding
"pythondata": "py",
to theFILE_EXTENSIONS
list to support these challenges?Maybe the
VALID_PROGRAMMING_LANGUAGES
list also needs to be updated in this case. But I'm not sure because currently there is no other problems for me to fetch all my submissions.The text was updated successfully, but these errors were encountered: