Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
neo7337 committed Aug 17, 2024
1 parent 783913b commit 8d5baf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This repository is the data aggregator for the TrekYourWorld project. All the tr

## Actions
If you want to add your organisation information, we are here to help you onboard your information on our platform.
You can reach out at [Email](labs.neo73@gmail.com)
You can reach out at Email - labs.neo73@gmail.com

## License
The project is licensed under [MIT License](/LICENSE)
3 changes: 1 addition & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def clean_data(org, data):
treksList = data
print(f"Found {len(treksList)} treks")
URL = os.getenv('IH_URL')
print(URL)
IH_KEY = os.getenv('IH_KEY')
generatedTreks = []
for trekInfo in treksList:
Expand Down Expand Up @@ -95,7 +94,7 @@ def main(org, input_path, output_path):
complied_output.append(cleaned_data)

save_json(complied_output, output_path)
print(f"Cleaned data saved to {output_path}")
print(json.dumps(complied_output))

# db_handler = DBHandler(complied_output)
# db_handler.insert_data()
Expand Down

0 comments on commit 8d5baf0

Please sign in to comment.