removed minor python version from broker script

This commit is contained in:
Markus Thielen 2023-02-12 20:07:20 +01:00
parent 9fc3e3c62d
commit 94c2ac2a3e

View File

@ -1,3 +1,3 @@
#!/bin/sh
# Run basebox broker from the samples/toodo/bbconf directory
PYO3_PYTHON=python3.10 cargo run --manifest-path ../../../broker/Cargo.toml -- -c broker-config.toml
PYO3_PYTHON=python3 cargo run --manifest-path ../../../broker/Cargo.toml -- -c broker-config.toml