From 23c547cc548585ebeee1eb9dc8947da785ee5e9e Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 24 Apr 2020 20:32:03 +0300 Subject: [PATCH] Updated New card with Python3 and REST API (markdown) --- New-card-with-Python3-and-REST-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/New-card-with-Python3-and-REST-API.md b/New-card-with-Python3-and-REST-API.md index d631a0d..256e7be 100644 --- a/New-card-with-Python3-and-REST-API.md +++ b/New-card-with-Python3-and-REST-API.md @@ -20,7 +20,7 @@ Debian/Ubuntu sudo apt-get -y install python3 python3-pip python3-pycurl python3-simplejson sudo pip3 install pip --upgrade sudo pip3 install certifi -chmod +x newcard.py +chmod +x wekan.py ./wekan.py ```