Skip to content

Commit

Permalink
drop flask config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Oct 21, 2024
1 parent 8ab6561 commit 270c8e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
1 change: 0 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
app = Flask(__name__)
app.json.compact = False
app_dir = Path(__file__).parent
app.config.from_pyfile(app_dir / 'config.py')


@app.route('/')
Expand Down
26 changes: 0 additions & 26 deletions config.py

This file was deleted.

0 comments on commit 270c8e9

Please sign in to comment.