We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308079c commit efce35aCopy full SHA for efce35a
Evaluation/utils.py
@@ -3,7 +3,7 @@
3
4
import numpy as np
5
6
-API = 'http://ec2-52-11-11-89.us-west-2.compute.amazonaws.com/challenge16/api.py'
+API = 'http://ec2-52-11-11-89.us-west-2.compute.amazonaws.com/challenge17/api.py'
7
8
def get_blocked_videos(api=API):
9
api_url = '{}?action=get_blocked'.format(api)
0 commit comments