Fix interni

This commit is contained in:
2023-03-08 11:32:40 +01:00
parent 9979418c9c
commit 8944998c4f
4 changed files with 5 additions and 8 deletions

View File

@ -1,6 +1,5 @@
#!/bin/sh
. ./.env
[ -e ./.env ] && . ./.env
python3 ../staticoso/App/Source/Build.py \
--SiteDomain="https://sitoctt.octt.eu.org" \

View File

@ -1,7 +1,6 @@
#!/bin/sh
[ -e ./.env ] && . ./.env
Time=time
. ./.env
python3 -m cProfile \
-s $Time \