walter-morawa

Results 2 issues of walter-morawa

To avoid this error, change line 36 to: signature = hmac.new(self.secret.encode('utf-8'), url.encode('utf-8'), hashlib.sha512).hexdigest()

Hello all, I was able to successfully build an image from the Dockerfile. `sudo docker build .` ![image](https://user-images.githubusercontent.com/33468837/128654234-ca983526-1170-4650-bdb3-66f8943db619.png) Then, I run the docker image to create a container `sudo docker...