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
With the new client.language scraping, there are four languages that are hard-coded into the code (legal_server.py, lines 93-101). These should probably be changed into a lookup of something like the language tuple in https://gist.github.com/alexanderjulo/4073388.
My python skills are too new to get this right since it would be looking to return the key when the value matches and that doesn't match the examples I'm finding.
The text was updated successfully, but these errors were encountered:
With the new client.language scraping, there are four languages that are hard-coded into the code (legal_server.py, lines 93-101). These should probably be changed into a lookup of something like the language tuple in https://gist.github.com/alexanderjulo/4073388.
My python skills are too new to get this right since it would be looking to return the key when the value matches and that doesn't match the examples I'm finding.
The text was updated successfully, but these errors were encountered: