TypeError: can't concat str to bytes (but I'm not using a string) — Python 3

前端 未结 0 1456
刺人心
刺人心 2021-01-12 16:16

I have a function that attempts to concatenate a few byte strings:

data.py

def hash_object (data, type_=\'blob\', write=True):
    """ R         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题