site updated

This commit is contained in:
wilsonfreitas
2023-07-23 16:56:22 -03:00
parent e409f3d05d
commit 5f86053124
29 changed files with 15521 additions and 3831 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ def get_last_commit(repo):
else:
return ''
except:
print('ERROR' + repo)
print('ERROR ' + repo)
return 'error'
@@ -92,4 +92,4 @@ while True:
projects = [p.regs for p in projects]
df = pd.DataFrame(projects)
df.to_csv('projects.csv', index=False)
df.to_markdown('projects.md', index=False)
# df.to_markdown('projects.md', index=False)