mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted.git
synced 2025-04-23 21:32:10 +02:00
fix linespacing
This commit is contained in:
parent
bda32fe3ce
commit
969ee04059
1 changed files with 0 additions and 1 deletions
|
@ -57,5 +57,4 @@ g = Github(access_token)
|
||||||
for url in urls:
|
for url in urls:
|
||||||
project = re.sub('https://github.com/', '', url)
|
project = re.sub('https://github.com/', '', url)
|
||||||
repo = g.get_repo(project)
|
repo = g.get_repo(project)
|
||||||
|
|
||||||
print(str(repo.pushed_at) + ' https://github.com/' + project + ' archived:' + str((repo.archived)))
|
print(str(repo.pushed_at) + ' https://github.com/' + project + ' archived:' + str((repo.archived)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue