Skip to content

Commit

Permalink
remove flask
Browse files Browse the repository at this point in the history
  • Loading branch information
evakill authored and joshdoman committed Feb 14, 2019
1 parent 66cf0d6 commit d2cf008
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 @@ -2,8 +2,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 @@ -83,7 +81,7 @@ def delete_booking(self, sessionid, booking_id):
return "success"


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 d2cf008

Please sign in to comment.