diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 9527ff7..693588a 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -33,7 +33,7 @@ "type": "shell", "command": "python", "args": [ - "-c", "import requests; r=requests.post(\\\"https://47.112.174.207:8989/hook?access_key=q1kbVssnJzhWrrW7T1CDefq58wKs9DL70gWHznYNFH8TBwI9\\\"); " + "-c", "import requests; r=requests.post(\"https://47.112.174.207:8989/hook?access_key=q1kbVssnJzhWrrW7T1CDefq58wKs9DL70gWHznYNFH8TBwI9\"); " ], "problemMatcher": ["$tsc"], "dependsOn": ["Git Commit & Push"]