Skip to content

Commit

Permalink
lot of change, go readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dm4rtig4n committed Oct 4, 2021
1 parent 8a89921 commit 49a31db
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ volumes:
- Optimise caching
- Change MQTT structure per days
- I remove the "years" parameter and automatically set the max value (36 month)
- Fix "max days" to get data
- Switch image docker to python-slim to reduce image size (900mo => 150mo)
- Fixes various bugs

### [0.3.2] - 2021-09-29
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4-dev
0.4.0
4 changes: 0 additions & 4 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,6 @@ def run():
except:
f.log("MQTT : Connection failed")

# client = f.connect_mqtt()
# f.subscribe(client,topic)
# client.loop_forever()

while True:

f.log("####################################################################################")
Expand Down

0 comments on commit 49a31db

Please sign in to comment.