Skip to content

Commit

Permalink
Merge pull request #132 from cuappdev/vin/lockers
Browse files Browse the repository at this point in the history
Add lockers for Noyes
  • Loading branch information
vinnie4k authored Jan 9, 2024
2 parents 7684c3e + 616881f commit 94562e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import logging, schedule
import logging
from flask import Flask, render_template
from flask_apscheduler import APScheduler
from flask_graphql import GraphQLView
Expand Down
3 changes: 3 additions & 0 deletions src/constants.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
{
"address": "306 West Ave",
"amenities": [
{
"type": "lockers"
},
{
"type": "parking"
},
Expand Down

0 comments on commit 94562e3

Please sign in to comment.