frostyx / copr / copr

Forked from copr/copr 7 years ago
Clone

dcc82cb [backend] fix charset warnings on redis-py v3

Authored and Committed by praiskup 5 years ago
    [backend] fix charset warnings on redis-py v3
    
    /usr/lib/python3.7/site-packages/redis/client.py:619:
    DeprecationWarning: "charset" is deprecated. Use "encoding"
    instead
    
    Fixes: #583
    
        
file modified
+1 -1