mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-07-22 08:48:39 +00:00
Merge pull request #23 from Hestia-Homes/feature/sharepoint_integration
there's no main
This commit is contained in:
commit
db88d9dcd3
1 changed files with 5 additions and 1 deletions
|
|
@ -44,4 +44,8 @@ def main():
|
|||
|
||||
print(f"WEEK COMMENCING {WEEK_COMMENCING}")
|
||||
print("Excel file 'survey_data.xlsx' created successfully!")
|
||||
print(pformat(data))
|
||||
print(pformat(data))
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Loading…
Add table
Reference in a new issue