Skip to content

Commit efce35a

Browse files
authored
Updated API url
1 parent 308079c commit efce35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Evaluation/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import numpy as np
55

6-
API = 'http://ec2-52-11-11-89.us-west-2.compute.amazonaws.com/challenge16/api.py'
6+
API = 'http://ec2-52-11-11-89.us-west-2.compute.amazonaws.com/challenge17/api.py'
77

88
def get_blocked_videos(api=API):
99
api_url = '{}?action=get_blocked'.format(api)

0 commit comments

Comments
 (0)