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 3b3e850 commit 7ebe778Copy full SHA for 7ebe778
reportportal_client/services/constants.py
@@ -27,7 +27,8 @@ def _decode_string(text):
27
return message_bytes.decode('ascii')
28
29
30
-CLIENT_INFO = _decode_string('Ry1XUDU3UlNHOFhMOm5Ib3dqRjJQUVotNDFJbzBPcDRoZlE=')
+CLIENT_INFO = \
31
+ _decode_string('Ry1XUDU3UlNHOFhMOm5Ib3dqRjJQUVotNDFJbzBPcDRoZlE=')
32
ENDPOINT = 'https://www.google-analytics.com/mp/collect'
33
CLIENT_ID_PROPERTY = 'client.id'
34
USER_AGENT = ''
0 commit comments