File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,10 @@ aber nur wenn die neue Version auch explizit genutzt werden soll. Stargate ist i
1919auch ohne Update.
2020```
2121$ cd enthus-apis
22+ $ git pull
2223$ buf generate
2324```
24- "stargate" und "buf" aus dem "gen" folder in das python -script-Verzeichnis kopieren
25+ "stargate" und "buf" aus dem "gen/python " folder in das Python -script-Verzeichnis kopieren
2526evtl file anlegen in buf folder (python import fail)
2627
2728```
Original file line number Diff line number Diff line change 2020os .environ ["GRPC_VERBOSITY" ] = "DEBUG"
2121
2222# Address to connect to.
23- ADDR2 = "10.200.0.70 :80"
23+ ADDR2 = "10.200.0.49 :80"
2424
2525# example uuid = "C3ECA1AE-BF47-4C14-AF8D-4991306C98AA" (stage).
2626def list_items (stub ):
You can’t perform that action at this time.
0 commit comments