Update github_backup.py

This commit is contained in:
Halvor Holsten Strand
2023-10-02 09:14:40 +02:00
committed by GitHub
parent 15de769d67
commit b277baa6ea

View File

@@ -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):