Pārlūkot izejas kodu

Use python3 in the demo

tags/shhs-v1.0
Jorik Schellekens pirms 5 gadiem
vecāks
revīzija
d8db29c481
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. +2
    -2
      demo/start.sh

+ 2
- 2
demo/start.sh Parādīt failu

@@ -21,7 +21,7 @@ for port in 8080 8081 8082; do
pushd demo/$port

#rm $DIR/etc/$port.config
python -m synapse.app.homeserver \
python3 -m synapse.app.homeserver \
--generate-config \
-H "localhost:$https_port" \
--config-path "$DIR/etc/$port.config" \
@@ -55,7 +55,7 @@ for port in 8080 8081 8082; do
echo "report_stats: false" >> $DIR/etc/$port.config
fi

python -m synapse.app.homeserver \
python3 -m synapse.app.homeserver \
--config-path "$DIR/etc/$port.config" \
-D \
-vv \


Notiek ielāde…
Atcelt
Saglabāt