new structure

This commit is contained in:
Wilson Freitas
2024-02-17 18:20:05 -03:00
parent 19725da762
commit 1a547f65d3
46 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -92,5 +92,5 @@ while True:
projects = [p.regs for p in projects]
df = pd.DataFrame(projects)
df.to_csv('projects.csv', index=False)
df.to_csv('site/projects.csv', index=False)
# df.to_markdown('projects.md', index=False)