Skip to content

Commit

Permalink
Refactor project structure: Organized files into 'app' folder and rem…
Browse files Browse the repository at this point in the history
…oved 'zappa', a breaking change.
  • Loading branch information
rajtilakjee committed Dec 20, 2023
1 parent ed0f9e9 commit b9d8895
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
4 changes: 0 additions & 4 deletions app/keepyourmouthshut.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,3 @@ def generate():

# Send the zip file to the user for download
return send_file(f"./downloads/{name}_podcast.zip", as_attachment=True)


if __name__ == "__main__":
app.run(host="0.0.0.0", port=64215, debug=True)
1 change: 0 additions & 1 deletion requirements.txt → app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ PyYAML==6.0.1
requests==2.31.0
shutils==0.1.0
flask==3.0.0
zappa==0.58.0
10 changes: 0 additions & 10 deletions zappa_settings.json

This file was deleted.

0 comments on commit b9d8895

Please sign in to comment.