Skip to content

Commit

Permalink
Setting google analytics to false as default
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mer committed May 14, 2022
1 parent 45115a9 commit 2ff9c93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM techblog/fastapi:latest
LABEL maintainer="[email protected]"

ENV PYTHONIOENCODING=utf-8
ENV ENABLE_GOOGLE_ANALYTICS=False
ENV ENABLE_GOOGLE_ANALYTICS=True

RUN apt update && \
apt install fping -yqq && \
Expand Down
2 changes: 1 addition & 1 deletion broadlinkmanager/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.6.3
5.6.4
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Broadlink Manager"
description: "Easely learn and send IR/RF Command"
version: "5.6.3"
version: "5.6.4"
slug: "broadlink_manager"
arch:
- aarch64
Expand Down

0 comments on commit 2ff9c93

Please sign in to comment.