Skip to content

Commit

Permalink
remove flask
Browse files Browse the repository at this point in the history
  • Loading branch information
evakill committed Feb 10, 2019
1 parent 8063002 commit eb2b3c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions penn/wharton.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

from bs4 import BeautifulSoup
from .base import APIError
from flask import jsonify, request


BASE_URL = "https://apps.wharton.upenn.edu/gsr"

Expand Down Expand Up @@ -46,7 +44,7 @@ def get_reservations(self, sessionid):
reservations.append(reservation)
return reservations

def get_wharton_gsrs(self, sessionid):
def get_wharton_gsrs(self, sessionid, request):
time = request.args.get('date')
if time:
time += " 05:00"
Expand Down

0 comments on commit eb2b3c5

Please sign in to comment.