Commit 120c0e13 by Vik Paruchuri

Remove url element from parent class to avoid annoying errors

parent 0f71f5b9
......@@ -22,7 +22,6 @@ class GradingService(object):
def __init__(self, config):
self.username = config['username']
self.password = config['password']
self.url = config['url']
self.session = requests.session()
self.system = config['system']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment