Compare commits

...

2 Commits
0.4.0 ... 0.4.2

Author SHA1 Message Date
aa4c307048 fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-03-12 13:07:05 +01:00
19672e6106 fix deployment
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-03-12 12:57:45 +01:00
3 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if [ "$GPG_PASSPHRASE" == "" ]; then
exit 1
fi
IMAGE_NAME=gitea.hottis.de/wn/pv-stats
IMAGE_NAME=gitea.hottis.de/wn/numbers
NAMESPACE=homea
DEPLOYMENT_DIR=$PWD/deployment

View File

@ -1,3 +1,4 @@
from flask import Flask, session, g, render_template_string
from loguru import logger
import json
import plotly.express as px

View File

@ -1,3 +1,4 @@
from flask import Flask, session, g, render_template_string
from loguru import logger
import json
import plotly.express as px