Skip to content

Conversation

@Trulydev50
Copy link

No description provided.

Copy link
Owner

@codecodecoder78 codecodecoder78 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some smalll changes, overall good job on code quality.

Do run your code before submission

@app.route("/", methods = ["GET"])
def hello():
return "halo"
if __name__== "main":
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be main. Please run and test your code

min = request.args.get('minScore')
s = db[id]["scores"]

if min == '':
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to check for id == None as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants