fixed error in logger causing rpi to think logging server is down

This commit is contained in:
Joel 2021-01-26 21:18:32 +01:00
parent 4d699181c3
commit e02b42060b
No known key found for this signature in database
GPG key ID: BDDDBECD0808290E
3 changed files with 9 additions and 6 deletions

View file

@ -32,7 +32,7 @@ fpm -s python --python-bin python3 --python-pip pip3 --python-package-name-prefi
-d "python-pigpio" \
-d "python3-pigpio" \
-d "python3-numpy" \
-v 0.0.3-6 -t deb setup.py
-v 0.0.3-7 -t deb setup.py
# --deb-changelog changelog \
# --deb-upstream-changelog changelog \