Hi,
When using Django caching backend with celery, I noticed I get an error
“if ord(char) < 33 or ord(char) == 127: TypeError: ord() expected string of length 1, but int found”
It goes away when I change the yellow highlighted to ‘str(key)’: