From bb0814bb11bf00e73c3c48c9954792c6ca09e3be Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 8 Jul 2025 14:16:49 +0300 Subject: [PATCH] Update Python.md --- docs/Features/Python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Features/Python.md b/docs/Features/Python.md index 64b62abe9..de9779e93 100644 --- a/docs/Features/Python.md +++ b/docs/Features/Python.md @@ -10,6 +10,6 @@ Some Python etc code in WeKan, that is not yet added directly to WeKan: - [2nd API client](https://github.com/wekan/wekan-python-api-client) - [Stats](https://github.com/wekan/wekan-stats) - [Logstash and ElasticSearch](https://github.com/wekan/wekan-logstash) -- iCal server in [Python](https://github.com/wekan/wekan-ical-server) and [PHP](https://github.com/wekan/wekan-ical-php) +- iCal server in [Python](https://github.com/wekan/wekan-ical-server) - [Sandstorm CSV related Python code](Wekan-Sandstorm-cards-to-CSV-using-Python) - [Trello API test code](https://github.com/wekan/wekan/tree/main/docs/ImportExport/trello)