Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
aa4c307048 | |||
19672e6106 |
@ -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
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
from flask import Flask, session, g, render_template_string
|
||||
from loguru import logger
|
||||
import json
|
||||
import plotly.express as px
|
||||
|
@ -1,3 +1,4 @@
|
||||
from flask import Flask, session, g, render_template_string
|
||||
from loguru import logger
|
||||
import json
|
||||
import plotly.express as px
|
||||
|
Reference in New Issue
Block a user