JohnBonJo
JohnBonJo
on line 42 [tanner/tanner/api/api.py](https://github.com/mushorg/tanner/blob/a98b7ab6f32a14f8301bdafc6c8fc9ecc1806e28/tanner/api/api.py#L42)  same as this issue [https://github.com/mushorg/tanner/issues/416](https://github.com/mushorg/tanner/issues/416) On that issue [afeena](https://github.com/afeena) suggested to use the develop branch. I've tried it and got other errors.
I'm running it with docker In [docker/redis/Dockerfile](https://github.com/mushorg/tanner/blob/main/docker/redis/Dockerfile) I have changed redis:alpine to redis:6.2.7-alpine because I needed a lower redis rdb version to use it with a tool called [redis-rdb-tools](https://github.com/sripathikrishnan/redis-rdb-tools). But...