Getting an error 'dictionary update sequence element #0 has length 1; 2 is required' while using Github REST API to extract commits data

前端 未结 0 1470
说谎
说谎 2021-01-02 20:05
github_api = "https://api.github.com"
gh_session = requests.Session()
gh_session.auth = (config.GITHUB_USERNAME, config.GITHUB_TOKEN)


def commits_of_repo         


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