Guest User

Untitled

a guest
Dec 10th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. from github3 import *
  2. gh = login(username = "wiitabix",password = [password])
  3. repo = gh.repository("wiitabix",[repository])
  4.  
  5. File "C:UsersuserDesktopPythonfile.py", line 15, in connect_to_github
  6. repo = gh.repository("wiitabix",[repository])
  7. File "C:UsersuserAppDataLocalProgramsPythonPython36-32libsite-packagesgithub3github.py", line 1139, in repository
  8. return self._instance_or_null(Repository, json)
  9. File "C:UsersuserAppDataLocalProgramsPythonPython36-32libsite-packagesgithub3models.py", line 149, in _instance_or_null
  10. return instance_class(json, self)
  11. File "C:UsersuserAppDataLocalProgramsPythonPython36-32libsite-packagesgithub3models.py", line 52, in __init__
  12. self._update_attributes(json)
  13. File "C:UsersuserAppDataLocalProgramsPythonPython36-32libsite-packagesgithub3reposrepo.py", line 72, in _update_attributes
  14. self.created_at = self._strptime(repo.get('created_at'))
  15. File "C:UsersuserAppDataLocalProgramsPythonPython36-32libsite-packagesgithub3models.py", line 101, in _strptime
  16. dt = datetime.strptime(time_str, __timeformat__)
Add Comment
Please, Sign In to add comment