modified: docker/docker_build.sh

modified:   srcdev/run.py
This commit is contained in:
TC
2023-11-04 14:45:06 +01:00
parent 13b46836e0
commit 3c7c70c427
2 changed files with 1 additions and 5 deletions

View File

@@ -1,6 +1,2 @@
docker build -t energa-meter:latest .
docker build -t energa-meter:v0.1.6-dev .

View File

@@ -61,7 +61,7 @@ if __name__ == "__main__":
plik = Path('config.ini')
username = None
password = None
log_level = None
log_level = "INFO"
if plik.is_file():
config = configparser.ConfigParser()