Improved accuracy, abiliti to override accuracy, added time delays between

answers and auto commit after resolving.
This commit is contained in:
AB
2018-05-09 18:24:38 +03:00
parent 9e1af3e61b
commit 88747d502f
4 changed files with 88 additions and 12 deletions

View File

@ -1,5 +1,5 @@
{
"python.pythonPath": "C:\\Users\\ab\\AppData\\Local\\Programs\\Python\\Python36-32\\python.exe",
"python.pythonPath": "/bin/python",
"python.formatting.provider": "yapf",
"python.linting.pylintEnabled": false
}