9992850 Option for the mode_yubikey_otp must be bytes and not string.

Authored and Committed by cverna 4 years ago
    Option for the mode_yubikey_otp must be bytes and not string.
    
    This yubico library expect these parameters to be bytes
    instead of string.
    
    Also replacing the string formating by f-strings.
    
    fixes #158
    
    Signed-off-by: Clement Verna <cverna@tutanota.com>
    
        
file modified
+2 -2