Skip to content

Commit 597d16d

Browse files
committed
Final updates
1 parent 8c5fadb commit 597d16d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/TransitPredictionsPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,4 @@ export default function TransitPredictionsPage() {
206206
</div>
207207
</section>
208208
);
209-
}
209+
}

server/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,4 +259,4 @@ def get_debug():
259259

260260
if __name__ == '__main__':
261261
logging.info(f"running on {args.host}, listening on port {args.port}")
262-
uvicorn.run("app:app", host=args.host, port=args.port, reload=True)
262+
uvicorn.run("app:app", host=args.host, port=args.port, reload=True)

0 commit comments

Comments
 (0)