Skip to content

Commit 3f0aebe

Browse files
committed
refactor: set domain
#3
1 parent 425ae45 commit 3f0aebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

simulate-video-learning-events.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ def simulate_video_learning_event(android_id, videos_df: pandas.DataFrame, video
8585
print(basename(__file__), 'Zero videos. Skipping event simulation.')
8686
continue
8787

88-
# base_url = f'http://{language_code.lower()}.elimu.ai'
89-
base_url = 'http://localhost:8080/webapp'
88+
base_url = f'http://{language_code.lower()}.elimu.ai'
89+
# base_url = 'http://localhost:8080/webapp'
9090
print(basename(__file__), f'base_url: {base_url}')
9191

9292
rest_url = f'{base_url}/rest/v2'

0 commit comments

Comments
 (0)