mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2025-12-05 16:18:02 +01:00
Update github_backup.py
This commit is contained in:
committed by
GitHub
parent
15de769d67
commit
b277baa6ea
@@ -498,7 +498,7 @@ def get_github_host(args):
|
||||
|
||||
|
||||
def read_file_contents(file_uri):
|
||||
result = open(file_uri[len(FILE_URI_PREFIX) :], "rt").readline().strip()
|
||||
return open(file_uri[len(FILE_URI_PREFIX) :], "rt").readline().strip()
|
||||
|
||||
|
||||
def get_github_repo_url(args, repository):
|
||||
|
||||
Reference in New Issue
Block a user