Skip to content

Commit bc13e12

Browse files
committed
revert
1 parent 080b1f6 commit bc13e12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/amplitude_experiment/local/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from ..cohort.cohort_sync_config import CohortSyncConfig, DEFAULT_COHORT_SYNC_URL, EU_COHORT_SYNC_URL
55

66
DEFAULT_SERVER_URL = 'https://api.lab.amplitude.com'
7-
EU_FLAG_SERVER_URL = 'https://flag.lab.eu.amplitude.com'
7+
EU_SERVER_URL = 'https://flag.lab.eu.amplitude.com'
88

99
DEFAULT_STREAM_URL = 'https://stream.lab.amplitude.com'
1010
EU_STREAM_SERVER_URL = 'https://stream.lab.eu.amplitude.com'
@@ -49,7 +49,7 @@ def __init__(self, debug: bool = False,
4949
self.server_zone = server_zone
5050
self.cohort_sync_config = cohort_sync_config
5151
if server_url == DEFAULT_SERVER_URL and server_zone == ServerZone.EU:
52-
self.server_url = EU_FLAG_SERVER_URL
52+
self.server_url = EU_SERVER_URL
5353
if (cohort_sync_config is not None and
5454
cohort_sync_config.cohort_server_url == DEFAULT_COHORT_SYNC_URL):
5555
self.cohort_sync_config.cohort_server_url = EU_COHORT_SYNC_URL

0 commit comments

Comments
 (0)