python ci

This commit is contained in:
ruben beck
2023-11-03 15:50:30 +01:00
committed by ok300
parent 1f6c87c774
commit d1eb7a099a
29 changed files with 220 additions and 126 deletions

View File

@@ -134,7 +134,7 @@ try {
<section>
```python,ignore
{{#include ../../snippets/python_snippets/getting_started.py:init-sdk}}
{{#include ../../snippets/python_snippets/src/getting_started.py:init-sdk}}
```
</section>
@@ -214,7 +214,7 @@ try {
<section>
```python,ignore
{{#include ../../snippets/python_snippets/getting_started.py:fetch-balance}}
{{#include ../../snippets/python_snippets/src/getting_started.py:fetch-balance}}
```
</section>