diff --git a/.vscode/launch.json b/.vscode/launch.json index 1df138e..8803a22 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -26,7 +26,9 @@ "justMyCode": false, "preLaunchTask": "build-task", "env": { - "ERROR_UNCATCHED": "True" + "ERROR_UNCATCHED": "True", + "STRICT_MODE": "True", + "MULTI_THREAD": "False" } } ] diff --git a/requirements.txt b/requirements.txt index e7ffef8..009a112 100644 Binary files a/requirements.txt and b/requirements.txt differ